aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/bind/topics.go
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/abi/bind/topics.go')
-rw-r--r--accounts/abi/bind/topics.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/accounts/abi/bind/topics.go b/accounts/abi/bind/topics.go
index 600dfcda9..c7e550ac6 100644
--- a/accounts/abi/bind/topics.go
+++ b/accounts/abi/bind/topics.go
@@ -22,9 +22,9 @@ import (
"math/big"
"reflect"
- "github.com/ethereum/go-ethereum/accounts/abi"
- "github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/crypto"
+ "github.com/dexon-foundation/dexon/accounts/abi"
+ "github.com/dexon-foundation/dexon/common"
+ "github.com/dexon-foundation/dexon/crypto"
)
// makeTopics converts a filter query argument list into a filter topic set.