mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-09 18:52:09 +02:00
lnwallet: remove unused struct
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user