mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge #15755: rpc: remove unused var in rawtransaction.cpp
4831aec5b1Remove unused var (Peter Bushnell) Pull request description: `UniValue result` was never used. ACKs for commit 4831ae: practicalswift: utACK4831aec5b1promag: utACK4831aec. Tree-SHA512: e3120dffcb10c747842e81d53c7834dc9c10a82d63ff9c41c8b9403b01cc28fba2e1f3ec78cf8e50998e7c75b39656ab1170fc72053c1a00d68278846468c861
This commit is contained in:
commit
35991b162f
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…
Add table
Add a link
Reference in a new issue