Skip to content

Commit 95305d8

Browse files
committed
swarm/services/swap: remove a commented code line
1 parent 2c579fc commit 95305d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

swarm/services/swap/swap.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ func deploy(deployTransactor *bind.TransactOpts, backend bind.ContractBackend) (
208208
return tx, nil
209209
}
210210

211-
// prvKey *ecdsa.PrivateKey, amount *big.Int,
212-
213211
func (self *SwapParams) deployChequebook(path string, backend bind.Backend, done chan bool) {
214212
owner := crypto.PubkeyToAddress(*(self.publicKey))
215213
glog.V(logger.Info).Infof("[BZZ] SWAP Deploying new chequebook (owner: %v)", owner.Hex())

0 commit comments

Comments
 (0)