aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-06-07 16:40:12 -0400
committerDeterminant <tederminant@gmail.com>2020-06-07 16:40:12 -0400
commit4ba8654f8cefd069cd730a51ce516ad76931a354 (patch)
tree681ce013c6b625f84d120d7085ffe1a70d94f2ab
parenta973e36064786c54d050c64e665d78661e7883a7 (diff)
add the missing imports
-rw-r--r--plugin/evm/vm.go2
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"