bitcoin-sv / sol2scrypt

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

Add support for bytes only binary operators: `&=`, `|=`, `^=`, `<<=`, `>>=` #108

Closed freedomhero closed 2 years ago

freedomhero commented 2 years ago

These ops only accept bytes typed operand in scrypt.

zhfnjust commented 2 years ago

Fixed in https://github.com/sCrypt-Inc/sol2scrypt/pull/165