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 61bba13 commit 2bb8e5bCopy full SHA for 2bb8e5b
src/rpc/output_script.cpp
@@ -64,7 +64,7 @@ static RPCHelpMan validateaddress()
64
ret.pushKV("address", currentAddress);
65
66
CScript scriptPubKey = GetScriptForDestination(dest);
67
- ret.pushKV("scriptPubKey", HexStr(scriptPubKey));;
+ ret.pushKV("scriptPubKey", HexStr(scriptPubKey));
68
69
UniValue detail = DescribeAddress(dest);
70
ret.pushKVs(detail);
0 commit comments