bare skeleton of funding -> open channel workflow
This commit is contained in:
parent
ab10677d91
commit
f8e4ff8edc
4
wallet/channel.go
Normal file
4
wallet/channel.go
Normal file
@ -0,0 +1,4 @@
|
||||
package wallet
|
||||
|
||||
type LightningChannel struct {
|
||||
}
|
@ -124,3 +124,8 @@ func (r *ChannelReservation) Cancel() {
|
||||
|
||||
<-doneChan
|
||||
}
|
||||
|
||||
// WaitForChannelOpen...
|
||||
func (r *ChannelReservation) WaitForChannelOpen() *LightningChannel {
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user