evm: fix EndBlock panic (#51)

This commit is contained in:
Federico Kunze
2021-05-27 05:26:01 -04:00
committed by GitHub
parent 73dac6f5b1
commit 0805bf80e5
4 changed files with 8 additions and 41 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
// This is a test utility for Ethermint's Web3 JSON-RPC services.
//
// To run these tests please first ensure you have the injectived running
// and have started the RPC service with `injectived rest-server`.
// To run these tests please first ensure you have the ethermintd running
// and have started the RPC service with `ethermintd rest-server`.
//
// You can configure the desired HOST and MODE as well
package rpc