mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
lnwallet: remove unused struct
This commit is contained in:
parent
161b1b5e4c
commit
7874357384
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user