forked from TrueCloudLab/neoneo-go
7f3392680d
CanTransfer function checks if "to" and "from" values are correct script hashes. If one of these values is correct and one incorrect, then function returns false positive result. It uses "and" operator which requires both "to" and "from" script hashes to be incorrect to fail transaction. Instead transaction must fail if at least one argument is incorrect, so it should be "or" operator. |
||
---|---|---|
.. | ||
engine | ||
iterator | ||
runtime | ||
storage | ||
token | ||
token-sale |