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
|
Value btcutil.Amount
|
||||||
Confirmations int64
|
Confirmations int64
|
||||||
PkScript []byte
|
PkScript []byte
|
||||||
RedeemScript []byte
|
|
||||||
WitnessScript []byte
|
|
||||||
wire.OutPoint
|
wire.OutPoint
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user