Skip to content

Commit 2bb8e5b

Browse files
committed
chore: resolve nit from review
1 parent 61bba13 commit 2bb8e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/output_script.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ static RPCHelpMan validateaddress()
6464
ret.pushKV("address", currentAddress);
6565

6666
CScript scriptPubKey = GetScriptForDestination(dest);
67-
ret.pushKV("scriptPubKey", HexStr(scriptPubKey));;
67+
ret.pushKV("scriptPubKey", HexStr(scriptPubKey));
6868

6969
UniValue detail = DescribeAddress(dest);
7070
ret.pushKVs(detail);

0 commit comments

Comments
 (0)