Skip to content

Commit abcec30

Browse files
paveljaniklaanwj
authored andcommitted
Update REST URL to match reality
1 parent 447d37e commit abcec30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/REST-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Only supports JSON as output format.
3636

3737
Risks
3838
-------------
39-
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.
39+
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.

0 commit comments

Comments
 (0)