From 21cbe9d5b1630be351329a5715fd599030a00122 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Wed, 26 Sep 2018 10:48:31 +0800 Subject: Change import go github.com/dexon-foundation/dexon --- tests/gen_sttransaction.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/gen_sttransaction.go') diff --git a/tests/gen_sttransaction.go b/tests/gen_sttransaction.go index 451ffcbf4..e3f2e304c 100644 --- a/tests/gen_sttransaction.go +++ b/tests/gen_sttransaction.go @@ -6,8 +6,8 @@ import ( "encoding/json" "math/big" - "github.com/ethereum/go-ethereum/common/hexutil" - "github.com/ethereum/go-ethereum/common/math" + "github.com/dexon-foundation/dexon/common/hexutil" + "github.com/dexon-foundation/dexon/common/math" ) var _ = (*stTransactionMarshaling)(nil) -- cgit v1.2.3