diff options
| author | Determinant <tederminant@gmail.com> | 2020-06-07 16:40:12 -0400 |
|---|---|---|
| committer | Determinant <tederminant@gmail.com> | 2020-06-07 16:40:12 -0400 |
| commit | 4ba8654f8cefd069cd730a51ce516ad76931a354 (patch) | |
| tree | 681ce013c6b625f84d120d7085ffe1a70d94f2ab | |
| parent | a973e36064786c54d050c64e665d78661e7883a7 (diff) | |
add the missing imports
| -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" |