1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-15 20:49:21 +00:00

Merge pull request #1009 from MatthewWesley/patch-1

Add missing curly bracket in example JSON-RPC response
This commit is contained in:
wbnns 2022-06-21 18:00:20 +00:00 committed by GitHub
commit 7b9bbda82f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -474,6 +474,7 @@ $ bitcoin-cli getnetworkinfo
----
[source,json]
----
{
"version": 150000,
"subversion": "/Satoshi:0.15.0/",
"protocolversion": 70015,