aboutsummaryrefslogtreecommitdiffstats
path: root/tests/rlp_test_util.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rlp_test_util.go')
-rw-r--r--tests/rlp_test_util.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rlp_test_util.go b/tests/rlp_test_util.go
index e156d1db3..8b8839aef 100644
--- a/tests/rlp_test_util.go
+++ b/tests/rlp_test_util.go
@@ -24,7 +24,7 @@ import (
"math/big"
"strings"
- "github.com/dexon-foundation/dexon/rlp"
+ "github.com/tangerine-network/go-tangerine/rlp"
)
// RLPTest is the JSON structure of a single RLP test.