Skip to content

Commit 7d0a8ad

Browse files
committed
Docs: Fix help message typo optiona -> optional
1 parent 55c18a4 commit 7d0a8ad

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
@@ -4599,7 +4599,7 @@ UniValue walletprocesspsbt(const JSONRPCRequest& request)
45994599
" \"ALL|ANYONECANPAY\"\n"
46004600
" \"NONE|ANYONECANPAY\"\n"
46014601
" \"SINGLE|ANYONECANPAY\"\n"
4602-
"4. bip32derivs (boolean, optiona, default=false) If true, includes the BIP 32 derivation paths for public keys if we know them\n"
4602+
"4. bip32derivs (boolean, optional, default=false) If true, includes the BIP 32 derivation paths for public keys if we know them\n"
46034603

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

0 commit comments

Comments
 (0)