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
It looks like in case when receiver account is shorter than sender account apply_storage_accounting_hook is trying to refund excess storage to it and fails.
called `Result::unwrap()` on an `Err` value: HostError(GuestPanic { panic_msg: "Storage accounting error: Account bob cannot unlock more tokens than it has deposited" })
The text was updated successfully, but these errors were encountered:
It looks like in case when receiver account is shorter than sender account
apply_storage_accounting_hook
is trying to refund excess storage to it and fails.Steps to reproduce:
Edit NFT macro tests like this: VladasZ@8054ed3
It will panic:
The text was updated successfully, but these errors were encountered: