aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-01-12 18:43:31 +0100
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-01-12 18:43:31 +0100
commitfc726e0138ab1fb1b757ccb4c86557c1c97be831 (patch)
tree134511ca6d4c3521299c826ff876f7624910fddf /doc
parent7b975639ef93b50537a3ec6326b54d7218afc8da (diff)
downloadbitcoin-fc726e0138ab1fb1b757ccb4c86557c1c97be831.tar.xz
doc, rpc: add missing signet mentions in network name lists
Diffstat (limited to 'doc')
-rw-r--r--doc/REST-interface.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/REST-interface.md b/doc/REST-interface.md
index 3b127703b7..6237734390 100644
--- a/doc/REST-interface.md
+++ b/doc/REST-interface.md
@@ -4,7 +4,7 @@ Unauthenticated REST Interface
The REST API can be enabled with the `-rest` option.
The interface runs on the same port as the JSON-RPC interface, by default port 8332 for mainnet, port 18332 for testnet,
-and port 18443 for regtest.
+port 38332 for signet, and port 18443 for regtest.
REST Interface consistency guarantees
-------------------------------------
@@ -62,7 +62,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 (main, test, regtest)
+* chain : (string) current network name (main, test, signet, 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