diff options
Diffstat (limited to 'cmd/rlpdump/main.go')
-rw-r--r-- | cmd/rlpdump/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rlpdump/main.go b/cmd/rlpdump/main.go index d0f993c5b..639fa6d45 100644 --- a/cmd/rlpdump/main.go +++ b/cmd/rlpdump/main.go @@ -26,7 +26,7 @@ import ( "os" "strings" - "github.com/ethereum/go-ethereum/rlp" + "github.com/dexon-foundation/dexon/rlp" ) var ( |