bitcoin-sv / sol2scrypt

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

`this_mapTodos_owner` is redundant #160

Open zhfnjust opened 2 years ago

zhfnjust commented 2 years ago

Should be just: require(this.mapTodos.set(owner, {_text, true}, this_mapTodos_owner_index));

this_mapTodos_owner is redundant

_Originally posted by @xhliu in https://github.com/sCrypt-Inc/sol2scrypt/pull/152#discussion_r822991159_

freedomhero commented 2 years ago

see #162