aboutsummaryrefslogtreecommitdiff
path: root/doc/REST-interface.md
diff options
context:
space:
mode:
authorpaveljanik <Pavel@Janik.cz>2015-03-05 09:51:52 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-04-20 13:29:21 +0200
commitabcec3082e4eb3d91ada6144090d7f1ea46b7d3c (patch)
tree504cac2682c3488986fe2a37cd422d69cc37957e /doc/REST-interface.md
parent447d37e7d3e4c1a53eaacaae5f5c34bf98739f22 (diff)
downloadbitcoin-abcec3082e4eb3d91ada6144090d7f1ea46b7d3c.tar.xz
Update REST URL to match reality
Diffstat (limited to 'doc/REST-interface.md')
-rw-r--r--doc/REST-interface.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/REST-interface.md b/doc/REST-interface.md
index 23154ee903..f14aed7287 100644
--- a/doc/REST-interface.md
+++ b/doc/REST-interface.md
@@ -36,4 +36,4 @@ Only supports JSON as output format.
Risks
-------------
-Running a webbrowser on the same node with a REST enabled bitcoind can be a risk. Accessing prepared XSS websites could read out tx/block data of your node by placing links like `<script src="http://127.0.0.1:1234/tx/json/1234567890">` which might break the nodes privacy. \ No newline at end of file
+Running a webbrowser on the same node with a REST enabled bitcoind can be a risk. Accessing prepared XSS websites could read out tx/block data of your node by placing links like `<script src="http://127.0.0.1:8332/rest/tx/1234567890.json">` which might break the nodes privacy.