Skip to content

Commit

Permalink
Fix devnet.sh #1079
Browse files Browse the repository at this point in the history
  • Loading branch information
ivensfernando committed Jun 9, 2021
1 parent 14b81b5 commit c3ab096
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 c3ab096

Please sign in to comment.