lnwallet: remove unused struct

This commit is contained in:
Olaoluwa Osuntokun
2015-12-28 14:11:32 -06:00
parent 161b1b5e4c
commit 7874357384

View File

@@ -124,13 +124,6 @@ type addCounterPartySigsMsg struct {
err chan error // Buffered err chan error // Buffered
} }
// FundingCompleteResp...
type finalizedFundingState struct {
FundingTxId wire.ShaHash
NormalizedFundingTXID wire.ShaHash
CompletedFundingTx *btcutil.Tx
}
// LightningWallet.... // LightningWallet....
// responsible for internal global (from the point of view of a user/node) // responsible for internal global (from the point of view of a user/node)