diff options
Diffstat (limited to 'tests/transaction_test.go')
-rw-r--r-- | tests/transaction_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/transaction_test.go b/tests/transaction_test.go index 42ad81877..a94defd43 100644 --- a/tests/transaction_test.go +++ b/tests/transaction_test.go @@ -20,7 +20,7 @@ import ( "math/big" "testing" - "github.com/ethereum/go-ethereum/params" + "github.com/dexon-foundation/dexon/params" ) func TestTransaction(t *testing.T) { |