aboutsummaryrefslogtreecommitdiffstats
path: root/signer/core/auditlog.go
diff options
context:
space:
mode:
Diffstat (limited to 'signer/core/auditlog.go')
-rw-r--r--signer/core/auditlog.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/signer/core/auditlog.go b/signer/core/auditlog.go
index 1f9c90918..142e794f5 100644
--- a/signer/core/auditlog.go
+++ b/signer/core/auditlog.go
@@ -21,11 +21,11 @@ import (
"encoding/json"
- "github.com/ethereum/go-ethereum/accounts"
- "github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/common/hexutil"
- "github.com/ethereum/go-ethereum/internal/ethapi"
- "github.com/ethereum/go-ethereum/log"
+ "github.com/dexon-foundation/dexon/accounts"
+ "github.com/dexon-foundation/dexon/common"
+ "github.com/dexon-foundation/dexon/common/hexutil"
+ "github.com/dexon-foundation/dexon/internal/ethapi"
+ "github.com/dexon-foundation/dexon/log"
)
type AuditLogger struct {