diff --git a/swarm/services/swap/swap.go b/swarm/services/swap/swap.go index 816e7263c0..15bdb79379 100644 --- a/swarm/services/swap/swap.go +++ b/swarm/services/swap/swap.go @@ -208,8 +208,6 @@ func deploy(deployTransactor *bind.TransactOpts, backend bind.ContractBackend) ( return tx, nil } -// prvKey *ecdsa.PrivateKey, amount *big.Int, - func (self *SwapParams) deployChequebook(path string, backend bind.Backend, done chan bool) { owner := crypto.PubkeyToAddress(*(self.publicKey)) glog.V(logger.Info).Infof("[BZZ] SWAP Deploying new chequebook (owner: %v)", owner.Hex())