diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-08-24 13:56:27 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-08-24 13:56:30 +0200 |
| commit | 85d4e21a6178f2f421cf655d3a2fec3360a77f53 (patch) | |
| tree | 255d55659bb66fedeb82331e7901ff511cbb36df | |
| parent | Merge #8450: [Test] Replace rpc_wallet_tests.cpp with python RPC unit tests (diff) | |
| parent | Add default port numbers to REST doc (diff) | |
| download | discoin-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.md | 2 |
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 ------------- |