mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 22:50:58 +02:00
lnwallet: remove unused struct
This commit is contained in:
@@ -124,13 +124,6 @@ type addCounterPartySigsMsg struct {
|
||||
err chan error // Buffered
|
||||
}
|
||||
|
||||
// FundingCompleteResp...
|
||||
type finalizedFundingState struct {
|
||||
FundingTxId wire.ShaHash
|
||||
NormalizedFundingTXID wire.ShaHash
|
||||
|
||||
CompletedFundingTx *btcutil.Tx
|
||||
}
|
||||
|
||||
// LightningWallet....
|
||||
// responsible for internal global (from the point of view of a user/node)
|
||||
|
Reference in New Issue
Block a user