aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/bind/util.go
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/abi/bind/util.go')
-rw-r--r--accounts/abi/bind/util.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/accounts/abi/bind/util.go b/accounts/abi/bind/util.go
index d129993ca..8744696da 100644
--- a/accounts/abi/bind/util.go
+++ b/accounts/abi/bind/util.go
@@ -21,9 +21,9 @@ import (
"fmt"
"time"
- "github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/core/types"
- "github.com/ethereum/go-ethereum/log"
+ "github.com/dexon-foundation/dexon/common"
+ "github.com/dexon-foundation/dexon/core/types"
+ "github.com/dexon-foundation/dexon/log"
)
// WaitMined waits for tx to be mined on the blockchain.