diff options
author | djpnewton <djpnewton@gmail.com> | 2016-08-24 08:41:42 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-24 08:41:42 +1200 |
commit | c91103573b7a928eebf9f564658537111d458a4f (patch) | |
tree | abc3c1d8b7d85bd3fb1bdd677dc8907b80e2da61 /doc/REST-interface.md | |
parent | 9358893518a19f38eab9186c768ad81c7a2f9cec (diff) |
Add default port numbers to REST doc
Diffstat (limited to 'doc/REST-interface.md')
-rw-r--r-- | doc/REST-interface.md | 2 |
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 ------------- |