Remove unused var
This commit is contained in:
parent
c83442e174
commit
4831aec5b1
1 changed files with 0 additions and 1 deletions
|
@ -1549,7 +1549,6 @@ UniValue combinepsbt(const JSONRPCRequest& request)
|
||||||
throw JSONRPCTransactionError(error);
|
throw JSONRPCTransactionError(error);
|
||||||
}
|
}
|
||||||
|
|
||||||
UniValue result(UniValue::VOBJ);
|
|
||||||
CDataStream ssTx(SER_NETWORK, PROTOCOL_VERSION);
|
CDataStream ssTx(SER_NETWORK, PROTOCOL_VERSION);
|
||||||
ssTx << merged_psbt;
|
ssTx << merged_psbt;
|
||||||
return EncodeBase64((unsigned char*)ssTx.data(), ssTx.size());
|
return EncodeBase64((unsigned char*)ssTx.data(), ssTx.size());
|
||||||
|
|
Loading…
Add table
Reference in a new issue