mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
lnwallet: remove irrelevant fields in Utxo struct
These fields are only relevant for spent transaction outputs.
This commit is contained in:
parent
cb1d6683d9
commit
a9efb61767
1 changed files with 0 additions and 2 deletions
|
@ -59,8 +59,6 @@ type Utxo struct {
|
|||
Value btcutil.Amount
|
||||
Confirmations int64
|
||||
PkScript []byte
|
||||
RedeemScript []byte
|
||||
WitnessScript []byte
|
||||
wire.OutPoint
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue