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" })
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: https://github.com/VladasZ/near-sdk-contract-tools/commit/8054ed3d1f835d110192f8a1b21311e88a731695
It will panic: