Skip to content

Commit 4831aec

Browse files
committed
Remove unused var
1 parent c83442e commit 4831aec

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)