Skip to content

Commit

Permalink
delayed_node typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChien committed Sep 27, 2015
1 parent 421d9c0 commit 24f9f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto-exchanges.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ _________________
Setup a delayed node with `10` blocks delay (number of confirmations) and
connect to the trusted node:::

./programs/witness_node/witness_node --trusted-node="<internal-trusted-node-ip>:8090" --delay-block-count=10 --rpc-endpoint="<local-ip>:8090"
./programs/delayed_node/delayed_node --trusted-node="<internal-trusted-node-ip>:8090" --delay-block-count=10 --rpc-endpoint="<local-ip>:8090"

Hence,

Expand Down

0 comments on commit 24f9f12

Please sign in to comment.