mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
committed by
Wladimir J. van der Laan
parent
f3d4f1e5a1
commit
ec91092df8
@@ -543,7 +543,7 @@ Value signrawtransaction(const Array& params, bool fHelp)
|
||||
ssData >> tx;
|
||||
txVariants.push_back(tx);
|
||||
}
|
||||
catch (std::exception &e) {
|
||||
catch (const std::exception &) {
|
||||
throw JSONRPCError(RPC_DESERIALIZATION_ERROR, "TX decode failed");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user