EOSIO / EOSIO/eos-token-distribution
dapp build throws an error
Open
- Dominant language
- Shell
- Stars
- 191
- Forks
- 141
- PR merge metrics
- No merged PRs in 30d
Description
```
git clone git@github.com:EOSIO/eos-token-sale.git
cd eos-token-sale/
git submodule update --init --recursive
dapp build
```
returns
```
src/eos.sol:74:13: Error: Type uint256 is not implicitly convertible to expected type bool.
if( limit ) assert( dailyTotals[today()] + msg.value < limit );
^---^
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.