swarm/services/swap: remove a commented code line

This commit is contained in:
zelig 2016-07-18 04:04:23 +02:00
parent 2c579fc952
commit 95305d8cc3

View file

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