scrap completedFundingState
This commit is contained in:
parent
3bf3fa576d
commit
92ff9a6bd5
@ -57,13 +57,6 @@ const (
|
|||||||
CLTV_RESERVE
|
CLTV_RESERVE
|
||||||
)
|
)
|
||||||
|
|
||||||
// completedFundingState...
|
|
||||||
type completedFundingState struct {
|
|
||||||
finalizedReservation *ChannelReservation
|
|
||||||
|
|
||||||
regularTxID wire.ShaHash
|
|
||||||
}
|
|
||||||
|
|
||||||
// initFundingReserveReq...
|
// initFundingReserveReq...
|
||||||
type initFundingReserveMsg struct {
|
type initFundingReserveMsg struct {
|
||||||
fundingAmount btcutil.Amount
|
fundingAmount btcutil.Amount
|
||||||
@ -135,7 +128,6 @@ type finalizedFundingState struct {
|
|||||||
type LightningWallet struct {
|
type LightningWallet struct {
|
||||||
// TODO(roasbeef): add btcwallet/chain for notifications initially, then
|
// TODO(roasbeef): add btcwallet/chain for notifications initially, then
|
||||||
// abstract out in order to accomodate zeroMQ/BitcoinCore
|
// abstract out in order to accomodate zeroMQ/BitcoinCore
|
||||||
|
|
||||||
lmtx sync.RWMutex
|
lmtx sync.RWMutex
|
||||||
|
|
||||||
db walletdb.DB
|
db walletdb.DB
|
||||||
|
Loading…
Reference in New Issue
Block a user