diff options
Diffstat (limited to 'accounts/abi/event.go')
-rw-r--r-- | accounts/abi/event.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/abi/event.go b/accounts/abi/event.go index a3f6be973..468c3a12a 100644 --- a/accounts/abi/event.go +++ b/accounts/abi/event.go @@ -20,8 +20,8 @@ import ( "fmt" "strings" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/crypto" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/crypto" ) // Event is an event potentially triggered by the EVM's LOG mechanism. The Event |