aboutsummaryrefslogtreecommitdiff
path: root/doc/REST-interface.md
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2018-10-28 09:13:05 -0400
committerMarcoFalke <[email protected]>2018-10-30 16:40:36 -0400
commitfa77aaa5ad21563dd18ce3e407d391d37ac8c201 (patch)
tree5978dba3bef7b2caeb643e15c3343c6b67e5c1b4 /doc/REST-interface.md
parentMerge #14583: docs: Textual improvements in build docs (diff)
downloaddiscoin-fa77aaa5ad21563dd18ce3e407d391d37ac8c201.tar.xz
discoin-fa77aaa5ad21563dd18ce3e407d391d37ac8c201.zip
doc: Add external interface consistency guarantees
Diffstat (limited to 'doc/REST-interface.md')
-rw-r--r--doc/REST-interface.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/REST-interface.md b/doc/REST-interface.md
index 7010edfcd..44df69838 100644
--- a/doc/REST-interface.md
+++ b/doc/REST-interface.md
@@ -6,6 +6,12 @@ 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, port 18332 for testnet,
and port 18443 for regtest.
+REST Interface consistency guarantees
+-------------------------------------
+
+The [same guarantees as for the RPC Interface](/doc/JSON-RPC-interface.md#rpc-consistency-guarantees)
+apply.
+
Supported API
-------------