Skip to content

Commit 5e3b444

Browse files
authored
doc: Fix missing comma in JSON example in REST-interface.md
This pull request addresses a minor issues in the REST-interface.md documentation: Missing Comma in JSON Example: In the "Query UTXO set" section, a missing comma after the "desc" field in the JSON example has been added to ensure valid JSON syntax.
1 parent 0903ce8 commit 5e3b444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/REST-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ $ curl localhost:18332/rest/getutxos/checkmempool/b2cdfd7b89def827ff8af7cd9bff76
117117
"value" : 8.8687,
118118
"scriptPubKey" : {
119119
"asm" : "OP_DUP OP_HASH160 1c7cebb529b86a04c683dfa87be49de35bcf589e OP_EQUALVERIFY OP_CHECKSIG",
120-
"desc" : "addr(mi7as51dvLJsizWnTMurtRmrP8hG2m1XvD)#gj9tznmy"
120+
"desc" : "addr(mi7as51dvLJsizWnTMurtRmrP8hG2m1XvD)#gj9tznmy",
121121
"hex" : "76a9141c7cebb529b86a04c683dfa87be49de35bcf589e88ac",
122122
"type" : "pubkeyhash",
123123
"address" : "mi7as51dvLJsizWnTMurtRmrP8hG2m1XvD"

0 commit comments

Comments
 (0)