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);
|
||||
}
|
||||
|
||||
UniValue result(UniValue::VOBJ);
|
||||
CDataStream ssTx(SER_NETWORK, PROTOCOL_VERSION);
|
||||
ssTx << merged_psbt;
|
||||
return EncodeBase64((unsigned char*)ssTx.data(), ssTx.size());
|
||||
|
|
Loading…
Reference in a new issue