to
!= callee
in transferAndCall()
and transferMultipleAndCall()
?
#11
Closed
IaroslavMazur
started this conversation in
General
Replies: 1 comment 1 reply
-
Ended up implementing it the way I've proposed in the OP. @PaulRBerg, can we close this discussion? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here are the current signatures of the
transferAndCall()
andtransferMultipleAndCall()
INativeTokens
functions:Shouldn't we only allow transferring the tokens to the very contract you're calling, though?
What's the point of transferring the tokens to one address, but calling another one?
Beta Was this translation helpful? Give feedback.
All reactions