mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +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
@ -59,8 +59,6 @@ type Utxo struct {
|
||||
Value btcutil.Amount
|
||||
Confirmations int64
|
||||
PkScript []byte
|
||||
RedeemScript []byte
|
||||
WitnessScript []byte
|
||||
wire.OutPoint
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user