Skip to content

Commit 210cd59

Browse files
authored
doc: Fix typo in importdescriptors
1 parent 695ca64 commit 210cd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/rpc/backup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ RPCHelpMan importdescriptors()
16211621
},
16221622
RPCExamples{
16231623
HelpExampleCli("importdescriptors", "'[{ \"desc\": \"<my descriptor>\", \"timestamp\":1455191478, \"internal\": true }, "
1624-
"{ \"desc\": \"<my desccriptor 2>\", \"label\": \"example 2\", \"timestamp\": 1455191480 }]'") +
1624+
"{ \"desc\": \"<my descriptor 2>\", \"label\": \"example 2\", \"timestamp\": 1455191480 }]'") +
16251625
HelpExampleCli("importdescriptors", "'[{ \"desc\": \"<my descriptor>\", \"timestamp\":1455191478, \"active\": true, \"range\": [0,100], \"label\": \"<my bech32 wallet>\" }]'")
16261626
},
16271627
[&](const RPCHelpMan& self, const JSONRPCRequest& main_request) -> UniValue

0 commit comments

Comments
 (0)