diff options
Diffstat (limited to 'tests/gen_sttransaction.go')
-rw-r--r-- | tests/gen_sttransaction.go | 4 |
1 files changed, 2 insertions, 2 deletions
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) |