diff options
Diffstat (limited to 'tests/rlp_test_util.go')
-rw-r--r-- | tests/rlp_test_util.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rlp_test_util.go b/tests/rlp_test_util.go index 9069ec55a..e156d1db3 100644 --- a/tests/rlp_test_util.go +++ b/tests/rlp_test_util.go @@ -24,7 +24,7 @@ import ( "math/big" "strings" - "github.com/ethereum/go-ethereum/rlp" + "github.com/dexon-foundation/dexon/rlp" ) // RLPTest is the JSON structure of a single RLP test. |