diff --git a/go/enclave/enclave_admin_service.go b/go/enclave/enclave_admin_service.go index d3c2c80e0..2da28e3df 100644 --- a/go/enclave/enclave_admin_service.go +++ b/go/enclave/enclave_admin_service.go @@ -4,11 +4,12 @@ import ( "context" "errors" "fmt" - "github.com/ten-protocol/go-ten/integration/ethereummock" "math/big" "sync" "time" + "github.com/ten-protocol/go-ten/integration/ethereummock" + "github.com/ethereum/go-ethereum/params" "github.com/ten-protocol/go-ten/go/ethadapter/mgmtcontractlib"