Skip to content

Commit e82d806

Browse files
author
MacroFake
committed
Merge bitcoin/bitcoin#25276: doc: Fix typo in importdescriptors
210cd59 doc: Fix typo in importdescriptors (Kolby Moroz Liebl) Pull request description: ACKs for top commit: 1440000bytes: ACK bitcoin/bitcoin@210cd59 LarryRuane: ACK 210cd59 brunoerg: crACK 210cd59 Tree-SHA512: 39ff9777b05abc1a68c8c3e646e00b0672838696c567c582d0492baa753863231447fd8439bd41cd8a8b8ba752299b032e839c8862c02faa2bdc207a9a7a8540
2 parents fcde5d1 + 210cd59 commit e82d806

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)