diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/REST-interface.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/REST-interface.md b/doc/REST-interface.md index caf6782886..882df0f94d 100644 --- a/doc/REST-interface.md +++ b/doc/REST-interface.md @@ -3,7 +3,8 @@ 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 and port 18332 for testnet. +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. Supported API ------------- |