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
Following discussion #4786 (comment), we want to allow transfers to SC addresses, that were disallowed in #4027.
As a result, we should update transfer_coins in the execution context.
Notes:
contrary to what is done when transfering to non-existing User addresses, if an SC address does not exist and a transfer is attempted towards it, the transfer should fail instead of creating the address.
This change is breaking and should be versioned
The text was updated successfully, but these errors were encountered:
Following discussion #4786 (comment), we want to allow transfers to SC addresses, that were disallowed in #4027.
As a result, we should update transfer_coins in the execution context.
Notes:
The text was updated successfully, but these errors were encountered: