diff options
Diffstat (limited to 'accounts/abi/bind/util.go')
-rw-r--r-- | accounts/abi/bind/util.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/accounts/abi/bind/util.go b/accounts/abi/bind/util.go index 8744696da..ad649cfb1 100644 --- a/accounts/abi/bind/util.go +++ b/accounts/abi/bind/util.go @@ -21,9 +21,9 @@ import ( "fmt" "time" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/core/types" - "github.com/dexon-foundation/dexon/log" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/core/types" + "github.com/tangerine-network/go-tangerine/log" ) // WaitMined waits for tx to be mined on the blockchain. |