mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-10 18:25:17 +00:00
need to slow down
This commit is contained in:
parent
ec7ea35a2d
commit
e43744fe78
2
main.go
2
main.go
@ -15,7 +15,7 @@ func main() {
|
|||||||
state := GetSequencerState()
|
state := GetSequencerState()
|
||||||
for state != SEQUENCER_ACCEPTING {
|
for state != SEQUENCER_ACCEPTING {
|
||||||
fmt.Println("Sequencer currently not accepting new contributions, waiting...")
|
fmt.Println("Sequencer currently not accepting new contributions, waiting...")
|
||||||
time.Sleep(1 * time.Second)
|
time.Sleep(30 * time.Second)
|
||||||
state = GetSequencerState()
|
state = GetSequencerState()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user