You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fad83e7 doc: Fix incorrect send RPC docs (MarcoFalke)
Pull request description:
It would be good to have accurate RPC docs, so that humans and machines can read them and rely on them.
This fixes one issue.
ACKs for top commit:
fjahr:
utACK fad83e7
rkrux:
tACK fad83e7
luke-jr:
tACK fad83e7
Tree-SHA512: 65d0cc18a62ef44833621464d74b743d24ffe2b853596dce2c4f423df0495142d50387c02ba1b54f5ca77d4ddb083d55116a8ac92698aa6558762d841664911e
Copy file name to clipboardExpand all lines: src/wallet/rpc/spend.cpp
+4-2
Original file line number
Diff line number
Diff line change
@@ -1226,16 +1226,18 @@ RPCHelpMan send()
1226
1226
{"include_watching", RPCArg::Type::BOOL, RPCArg::DefaultHint{"true for watch-only wallets, otherwise false"}, "Also select inputs which are watch only.\n"
1227
1227
"Only solvable inputs can be used. Watch-only destinations are solvable if the public key and/or output script was imported,\n"
1228
1228
"e.g. with 'importpubkey' or 'importmulti' with the 'pubkeys' or 'desc' field."},
1229
-
{"inputs", RPCArg::Type::ARR, RPCArg::Default{UniValue::VARR}, "Specify inputs instead of adding them automatically. A JSON array of JSON objects",
1229
+
{"inputs", RPCArg::Type::ARR, RPCArg::Default{UniValue::VARR}, "Specify inputs instead of adding them automatically.",
0 commit comments