diff options
Diffstat (limited to 'accounts/abi/event_test.go')
-rw-r--r-- | accounts/abi/event_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/accounts/abi/event_test.go b/accounts/abi/event_test.go index 3bfdd7c0a..0504613b6 100644 --- a/accounts/abi/event_test.go +++ b/accounts/abi/event_test.go @@ -25,8 +25,8 @@ import ( "strings" "testing" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/crypto" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/crypto" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) @@ -323,7 +323,7 @@ func unpackTestEventData(dest interface{}, hexData string, jsonEvent []byte, ass /* Taken from -https://github.com/ethereum/go-ethereum/pull/15568 +https://github.com/dexon-foundation/dexon/pull/15568 */ type testResult struct { |