bitcoin-sv / sol2scrypt

Solidity to sCrypt Transplier
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

loopCount #217

Closed xhliu closed 2 years ago

xhliu commented 2 years ago
  1. test/golden/pass/vote.scrypt does not compile
  2. should these be different since they may not all be equal? One file has multiple __LoopCount__0. image
  3. redundant
contract ERC721 {
    uint256 private constant __LoopCount__0 = 1;    <--- should not be here
    string private constant tokenName = "My ERC721 Token";