aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-08-24 13:56:27 +0200
committerWladimir J. van der Laan <[email protected]>2016-08-24 13:56:30 +0200
commit85d4e21a6178f2f421cf655d3a2fec3360a77f53 (patch)
tree255d55659bb66fedeb82331e7901ff511cbb36df
parentMerge #8450: [Test] Replace rpc_wallet_tests.cpp with python RPC unit tests (diff)
parentAdd default port numbers to REST doc (diff)
downloaddiscoin-85d4e21a6178f2f421cf655d3a2fec3360a77f53.tar.xz
discoin-85d4e21a6178f2f421cf655d3a2fec3360a77f53.zip
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 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
-------------