diff options
Diffstat (limited to 'les/txrelay.go')
-rw-r--r-- | les/txrelay.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/les/txrelay.go b/les/txrelay.go index 5decd6e93..c1d43c2ba 100644 --- a/les/txrelay.go +++ b/les/txrelay.go @@ -19,9 +19,9 @@ package les import ( "sync" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/core/types" - "github.com/ethereum/go-ethereum/rlp" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/core/types" + "github.com/dexon-foundation/dexon/rlp" ) type ltrInfo struct { |