mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 23:03:45 +01:00
committed by
Wladimir J. van der Laan
parent
f3d4f1e5a1
commit
ec91092df8
@@ -553,7 +553,7 @@ Value submitblock(const Array& params, bool fHelp)
|
||||
try {
|
||||
ssBlock >> pblock;
|
||||
}
|
||||
catch (std::exception &e) {
|
||||
catch (const std::exception &) {
|
||||
throw JSONRPCError(RPC_DESERIALIZATION_ERROR, "Block decode failed");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user