This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
evm: fix infinite context usage on
EndBlock
(#329)
The previous code is not incorrect since the method `SetBlockBloom` use the `ctx` passed in rather than the `k.ctx`. It's confusing that sometimes methods use ctx in parameter, sometimes use `k.ctx`, but that's another issue. Co-authored-by: Federico Kunze Küllmer <[email protected]>
- Loading branch information