scrap completedFundingState

This commit is contained in:
Olaoluwa Osuntokun 2015-12-02 16:50:19 -08:00
parent 3bf3fa576d
commit 92ff9a6bd5

View File

@ -57,13 +57,6 @@ const (
CLTV_RESERVE
)
// completedFundingState...
type completedFundingState struct {
finalizedReservation *ChannelReservation
regularTxID wire.ShaHash
}
// initFundingReserveReq...
type initFundingReserveMsg struct {
fundingAmount btcutil.Amount
@ -135,7 +128,6 @@ type finalizedFundingState struct {
type LightningWallet struct {
// TODO(roasbeef): add btcwallet/chain for notifications initially, then
// abstract out in order to accomodate zeroMQ/BitcoinCore
lmtx sync.RWMutex
db walletdb.DB