aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-08-24 13:56:27 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-08-24 13:56:30 +0200
commit85d4e21a6178f2f421cf655d3a2fec3360a77f53 (patch)
tree255d55659bb66fedeb82331e7901ff511cbb36df
parent21857d2bf746a9043c0b4b32fffefe1886eb203d (diff)
parentc91103573b7a928eebf9f564658537111d458a4f (diff)
Merge #8567: Add default port numbers to REST doc
c911035 Add default port numbers to REST doc (djpnewton)
-rw-r--r--doc/REST-interface.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/REST-interface.md b/doc/REST-interface.md
index bf669235e3..7fbb174030 100644
--- a/doc/REST-interface.md
+++ b/doc/REST-interface.md
@@ -3,6 +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.
+
Supported API
-------------