6 lines
132 B
Go
6 lines
132 B
Go
|
package config
|
||
|
|
||
|
// Length of the auction in blocks.
|
||
|
// Assuming a block time of 3sec, this should be ~30sec.
|
||
|
const AuctionTime = 10
|