diff options
-rw-r--r-- | plugin/evm/vm.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/evm/vm.go b/plugin/evm/vm.go index fbea1a3..c10e2b9 100644 --- a/plugin/evm/vm.go +++ b/plugin/evm/vm.go @@ -9,6 +9,8 @@ import ( "errors" "fmt" "math/big" + "net" + "net/http" "sync" "sync/atomic" "time" |