aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordjpnewton <[email protected]>2016-08-24 08:41:42 +1200
committerGitHub <[email protected]>2016-08-24 08:41:42 +1200
commitc91103573b7a928eebf9f564658537111d458a4f (patch)
treeabc3c1d8b7d85bd3fb1bdd677dc8907b80e2da61 /doc
parentdoc: Add historical release notes for 0.12.1 0.13.0 (diff)
downloaddiscoin-c91103573b7a928eebf9f564658537111d458a4f.tar.xz
discoin-c91103573b7a928eebf9f564658537111d458a4f.zip
Add default port numbers to REST doc
Diffstat (limited to 'doc')
-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 bf669235e..7fbb17403 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
-------------