1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 16:18:11 +00:00

Add missing curly bracket in example JSON-RPC response

This commit is contained in:
Matt Wesley 2022-06-18 12:33:26 -06:00 committed by GitHub
parent 77b91b1949
commit e53500b367
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,