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