We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1ed0c commit 2ee0cb3Copy full SHA for 2ee0cb3
src/wallet/rpcwallet.cpp
@@ -3758,8 +3758,8 @@ UniValue getaddressinfo(const JSONRPCRequest& request)
3758
"}\n"
3759
},
3760
RPCExamples{
3761
- HelpExampleCli("getaddressinfo", "\"1PSSGeFHDnKNxiEyFrD1wcEaHr9hrQDDWc\"")
3762
- + HelpExampleRpc("getaddressinfo", "\"1PSSGeFHDnKNxiEyFrD1wcEaHr9hrQDDWc\"")
+ HelpExampleCli("getaddressinfo", "\"bc1q09vm5lfy0j5reeulh4x5752q25uqqvz34hufdl\"") +
+ HelpExampleRpc("getaddressinfo", "\"bc1q09vm5lfy0j5reeulh4x5752q25uqqvz34hufdl\"")
3763
3764
}.Check(request);
3765
0 commit comments