neo-go/examples/token
alexvanin 7f3392680d examples: Use "or" operator in transfer check of NEP5 token
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.
2020-05-12 16:49:04 +03:00
..
nep5 examples: Use "or" operator in transfer check of NEP5 token 2020-05-12 16:49:04 +03:00
token.go examples: add nep5 mint function 2020-04-03 12:26:13 +03:00