Skip to content

Commit

Permalink
Merge pull request #119 from commerceblock/develop
Browse files Browse the repository at this point in the history
Release 1.1.1 - Revert time delay optimization
  • Loading branch information
Nikos Kostoulas authored Oct 31, 2019
2 parents 89f7e42 + 58ff662 commit 322e4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attestation/attestservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const (
// waiting time schedules
const (
// fixed waiting time between states
ATimeFixed = 100 * time.Millisecond
ATimeFixed = 5 * time.Second

// waiting time for sigs to arrive from multisig nodes
ATimeSigs = 1 * time.Minute
Expand Down

0 comments on commit 322e4b3

Please sign in to comment.