aboutsummaryrefslogtreecommitdiffstats
path: root/signer/core/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'signer/core/types.go')
-rw-r--r--signer/core/types.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/signer/core/types.go b/signer/core/types.go
index 128055774..2e433094d 100644
--- a/signer/core/types.go
+++ b/signer/core/types.go
@@ -23,10 +23,10 @@ import (
"math/big"
- "github.com/ethereum/go-ethereum/accounts"
- "github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/common/hexutil"
- "github.com/ethereum/go-ethereum/core/types"
+ "github.com/dexon-foundation/dexon/accounts"
+ "github.com/dexon-foundation/dexon/common"
+ "github.com/dexon-foundation/dexon/common/hexutil"
+ "github.com/dexon-foundation/dexon/core/types"
)
type Accounts []Account