aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/gen_log_json.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/types/gen_log_json.go')
-rw-r--r--core/types/gen_log_json.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/types/gen_log_json.go b/core/types/gen_log_json.go
index 1b5ae3c65..4d24b92fd 100644
--- a/core/types/gen_log_json.go
+++ b/core/types/gen_log_json.go
@@ -6,8 +6,8 @@ import (
"encoding/json"
"errors"
- "github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/common/hexutil"
+ "github.com/dexon-foundation/dexon/common"
+ "github.com/dexon-foundation/dexon/common/hexutil"
)
var _ = (*logMarshaling)(nil)