Skip to content

Commit 35991b1

Browse files
author
MarcoFalke
committed
Merge #15755: rpc: remove unused var in rawtransaction.cpp
4831aec Remove unused var (Peter Bushnell) Pull request description: `UniValue result` was never used. ACKs for commit 4831ae: practicalswift: utACK 4831aec promag: utACK 4831aec. Tree-SHA512: e3120dffcb10c747842e81d53c7834dc9c10a82d63ff9c41c8b9403b01cc28fba2e1f3ec78cf8e50998e7c75b39656ab1170fc72053c1a00d68278846468c861
2 parents c83442e + 4831aec commit 35991b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rpc/rawtransaction.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,6 @@ UniValue combinepsbt(const JSONRPCRequest& request)
15491549
throw JSONRPCTransactionError(error);
15501550
}
15511551

1552-
UniValue result(UniValue::VOBJ);
15531552
CDataStream ssTx(SER_NETWORK, PROTOCOL_VERSION);
15541553
ssTx << merged_psbt;
15551554
return EncodeBase64((unsigned char*)ssTx.data(), ssTx.size());

0 commit comments

Comments
 (0)