Closed
Description
address.send
does not send along any gas and does not propagate exceptions. This is good for situation where we do not know the target, but those are limited in use as was discovered in the meantime. People resort to workarounds like recipient.call.value(x)()
. Exactly this workaround should receive a name and it should propagate exceptions.
Suggestions for the name: transfer
(sounds safer because transfer usually asks you to watch the whole process)
Metadata
Metadata
Assignees
Labels
No labels