Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #96 from danintel/consensus
Browse files Browse the repository at this point in the history
Fix Seth for Sawtooth 1.1 Consensus
  • Loading branch information
vaporos committed Mar 28, 2019
2 parents 6a9436f + 07544b0 commit ac910fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker-compose-installed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ services:
sawtooth-validator -vv \
--endpoint tcp://validator:8800 \
--bind component:tcp://eth0:4004 \
--bind network:tcp://eth0:8800
--bind network:tcp://eth0:8800 \
--bind consensus:tcp://eth0:5050
"
seth-rpc:
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ services:
sawtooth-validator -vv \
--endpoint tcp://validator:8800 \
--bind component:tcp://eth0:4004 \
--bind network:tcp://eth0:8800
--bind network:tcp://eth0:8800 \
--bind consensus:tcp://eth0:5050
"
seth-rpc:
Expand Down

0 comments on commit ac910fe

Please sign in to comment.