Skip to content

Commit a60cc1b

Browse files
committed
fix: annotation for sendrawtransaction rpc (VBOOL for deprecated IS)
1 parent 9483920 commit a60cc1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rpc/mempool.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ RPCHelpMan sendrawtransaction()
5858
RPCTypeCheck(request.params, {
5959
UniValue::VSTR,
6060
UniValueType(), // VNUM or VSTR, checked inside AmountFromValue()
61-
UniValue::VBOOL
61+
UniValue::VBOOL,
62+
UniValue::VBOOL,
6263
});
6364

6465
CMutableTransaction mtx;

0 commit comments

Comments
 (0)