Skip to content

Commit

Permalink
Change default ceremony time (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
ridenaio authored and sidenaio committed Aug 13, 2019
1 parent 70210ff commit 7ff8f05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions blockchain/bindata.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
DefaultIpfsDataDir = "ipfs"
DefaultIpfsPort = 40403
DefaultGodAddress = "0x4d60dc6a2cba8c3ef1ba5e1eba5c12c54cee6b61"
DefaultCeremonyTime = int64(1564407000)
DefaultCeremonyTime = int64(1565875800)
DefaultSwarmKey = "9ad6f96bb2b02a7308ad87938d6139a974b550cc029ce416641a60c46db2f530"
DefaultForceFullSync = 100
DefaultStoreCertRange = 2000
Expand Down
2 changes: 1 addition & 1 deletion config/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

const (
FlipLottery = 5 * time.Minute
ShortSession = 90 * time.Second
ShortSession = 2 * time.Minute
AfterLongSession = 1 * time.Minute
)

Expand Down

0 comments on commit 7ff8f05

Please sign in to comment.