You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TobinTransfer signature func TobinTransfer(evm *vm.EVM, sender, recipient common.Address, amount *big.Int) {
I think if sender == recipient, then the tax shouldn't be charged.
I know tobin is off right now and hasn't ever been turned on, so it's possible to fix this on mainnet without hardfork.
The text was updated successfully, but these errors were encountered:
TobinTransfer signature
func TobinTransfer(evm *vm.EVM, sender, recipient common.Address, amount *big.Int) {
I think if sender == recipient, then the tax shouldn't be charged.
I know tobin is off right now and hasn't ever been turned on, so it's possible to fix this on mainnet without hardfork.
The text was updated successfully, but these errors were encountered: