mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
swarm/services/swap: remove a commented code line
This commit is contained in:
parent
2c579fc952
commit
95305d8cc3
1 changed files with 0 additions and 2 deletions
|
|
@ -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())
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue