Skip to content

Commit

Permalink
Merge pull request #1081 from ivensfernando/master
Browse files Browse the repository at this point in the history
Fix devnet.sh #1079
  • Loading branch information
devtomnl authored Jun 10, 2021
2 parents 3ea984c + c3ab096 commit 3203edf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions devnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ init_dusk_func() {
timeoutbrokergetcandidate = 2
timeoutreadwrite = 60
timeoutkeepalivetime = 30
timeoutdial = 5
[genesis]
legacy = false
Expand Down Expand Up @@ -168,6 +170,10 @@ enabled = false
[network]
port = "$((7100+$i))"
minimumConnections = 5
maxConnections = 50
serviceFlag = 1
[network.seeder]
addresses = ["127.0.0.1:8081"]
Expand Down

0 comments on commit 3203edf

Please sign in to comment.