mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 17:51:33 +02:00
multi: remove internal peer_id usage
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
4ed5ba0d26
commit
915c4201b9
2
pilot.go
2
pilot.go
@@ -93,7 +93,7 @@ func (c *chanController) OpenChannel(target *btcec.PublicKey,
|
||||
// TODO(halseth): make configurable?
|
||||
minHtlc := lnwire.NewMSatFromSatoshis(1)
|
||||
|
||||
updateStream, errChan := c.server.OpenChannel(-1, target, amt, 0,
|
||||
updateStream, errChan := c.server.OpenChannel(target, amt, 0,
|
||||
minHtlc, feePerWeight, false)
|
||||
|
||||
select {
|
||||
|
Reference in New Issue
Block a user