From 4ba8654f8cefd069cd730a51ce516ad76931a354 Mon Sep 17 00:00:00 2001 From: Determinant Date: Sun, 7 Jun 2020 16:40:12 -0400 Subject: add the missing imports --- plugin/evm/vm.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugin') 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" -- cgit v1.2.3