diff options
author | Fabian Jahr <fjahr@protonmail.com> | 2019-10-28 18:33:40 +0100 |
---|---|---|
committer | Fabian Jahr <fjahr@protonmail.com> | 2019-11-01 12:06:35 +0100 |
commit | 3ed8e3d079a3860dcdf944f7c1aa37765a53da32 (patch) | |
tree | c7e92e63b387685b03fbf96a6ecae76467e88442 /doc | |
parent | d6e493f0c2850b522a676a005935163beddaa2cc (diff) |
doc: Remove explicit network name references
Diffstat (limited to 'doc')
-rw-r--r-- | doc/REST-interface.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/REST-interface.md b/doc/REST-interface.md index 3b8b0db162..a63391e01a 100644 --- a/doc/REST-interface.md +++ b/doc/REST-interface.md @@ -50,7 +50,7 @@ Given a height: returns hash of block in best-block-chain at height provided. Returns various state info regarding block chain processing. Only supports JSON as output format. -* chain : (string) current network name as defined in BIP70 (main, test, regtest) +* chain : (string) current network name (main, test, regtest) * blocks : (numeric) the current number of blocks processed in the server * headers : (numeric) the current number of headers we have validated * bestblockhash : (string) the hash of the currently best block |