mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
add "future" open channel to reservation
p2p logic will most likely spawn a grouting to do a blocking read on this channel. When the channel is written to, that means the funding transaction is now X blocks deep, and we’ll start to sign commitment txns do updates etc.
This commit is contained in:
parent
9a601241d6
commit
1cad40aaf0
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ type ChannelReservation struct {
|
||||||
|
|
||||||
reservationID uint64
|
reservationID uint64
|
||||||
wallet *LightningWallet
|
wallet *LightningWallet
|
||||||
|
|
||||||
|
chanOpen chan *LightningChannel
|
||||||
}
|
}
|
||||||
|
|
||||||
// newChannelReservation...
|
// newChannelReservation...
|
||||||
|
|
Loading…
Add table
Reference in a new issue