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
Transactions currently forbid any sends. It would be convenient to allow read-only sends while in transactions as they pose less of a reentrancy risk.
Note: they're not "risk-free" because the called actor may return an incorrect result by observing the caller's state. But at least the caller's state can't change during the call.
The text was updated successfully, but these errors were encountered:
Transactions currently forbid any sends. It would be convenient to allow read-only sends while in transactions as they pose less of a reentrancy risk.
Note: they're not "risk-free" because the called actor may return an incorrect result by observing the caller's state. But at least the caller's state can't change during the call.
The text was updated successfully, but these errors were encountered: