ShenaniganDApp / shenanigan-monorepo

17 stars 4 forks source link

Remove blocknumber and use block.timestamp instead #156

Closed youngkidwarrior closed 3 years ago

youngkidwarrior commented 3 years ago

Challenge Cards and Voting take a block number as input currently. It would be better to use a Unix timestamp instead, which is compatible with solidity.