Skip to content

Commit deed63f

Browse files
committed
Merge #14056: Docs: Fix help message typo optiona -> optional
7d0a8ad Docs: Fix help message typo optiona -> optional (Ben Woosley) Pull request description: Tree-SHA512: 1812b45d912769f11280e3f72d7c8bd273f6d151797d5d32d21cd5a3bbe8725515406494291953be7a9afc02a2cef23bed1930ac3638f8118c0d8346ee8d6332
2 parents e806183 + 7d0a8ad commit deed63f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4598,7 +4598,7 @@ UniValue walletprocesspsbt(const JSONRPCRequest& request)
45984598
" \"ALL|ANYONECANPAY\"\n"
45994599
" \"NONE|ANYONECANPAY\"\n"
46004600
" \"SINGLE|ANYONECANPAY\"\n"
4601-
"4. bip32derivs (boolean, optiona, default=false) If true, includes the BIP 32 derivation paths for public keys if we know them\n"
4601+
"4. bip32derivs (boolean, optional, default=false) If true, includes the BIP 32 derivation paths for public keys if we know them\n"
46024602

46034603
"\nResult:\n"
46044604
"{\n"
@@ -4700,7 +4700,7 @@ UniValue walletcreatefundedpsbt(const JSONRPCRequest& request)
47004700
" \"ECONOMICAL\"\n"
47014701
" \"CONSERVATIVE\"\n"
47024702
" }\n"
4703-
"5. bip32derivs (boolean, optiona, default=false) If true, includes the BIP 32 derivation paths for public keys if we know them\n"
4703+
"5. bip32derivs (boolean, optional, default=false) If true, includes the BIP 32 derivation paths for public keys if we know them\n"
47044704
"\nResult:\n"
47054705
"{\n"
47064706
" \"psbt\": \"value\", (string) The resulting raw transaction (base64-encoded string)\n"

0 commit comments

Comments
 (0)