Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AKI-166: Fix to kernelInterface removeStorage
- The removeStorage() method was incorrectly doing an addStorage and overwriting the value with byte[]{0}. This has been fixed to properly delete the storage value. The avm relies on there being a difference between null and non-null, so it would be incorrect to treat missing/null as a non-null entry from its perspective. This code path affects the getStorage and putStorage behaviour that the Avm exposes.
- Loading branch information