diff options
Diffstat (limited to 'contracts/chequebook/cheque.go')
-rw-r--r-- | contracts/chequebook/cheque.go | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/contracts/chequebook/cheque.go b/contracts/chequebook/cheque.go index 26e8b2bdf..18feb9e12 100644 --- a/contracts/chequebook/cheque.go +++ b/contracts/chequebook/cheque.go @@ -36,14 +36,14 @@ import ( "sync" "time" - "github.com/dexon-foundation/dexon/accounts/abi/bind" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/common/hexutil" - "github.com/dexon-foundation/dexon/contracts/chequebook/contract" - "github.com/dexon-foundation/dexon/core/types" - "github.com/dexon-foundation/dexon/crypto" - "github.com/dexon-foundation/dexon/log" - "github.com/dexon-foundation/dexon/swarm/services/swap/swap" + "github.com/tangerine-network/go-tangerine/accounts/abi/bind" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/common/hexutil" + "github.com/tangerine-network/go-tangerine/contracts/chequebook/contract" + "github.com/tangerine-network/go-tangerine/core/types" + "github.com/tangerine-network/go-tangerine/crypto" + "github.com/tangerine-network/go-tangerine/log" + "github.com/tangerine-network/go-tangerine/swarm/services/swap/swap" ) // TODO(zelig): watch peer solvency and notify of bouncing cheques |