lnwallet: remove irrelevant fields in Utxo struct

These fields are only relevant for spent transaction outputs.
This commit is contained in:
Wilmer Paulino 2019-08-19 14:23:43 -07:00
parent cb1d6683d9
commit a9efb61767
No known key found for this signature in database
GPG Key ID: 6DF57B9F9514972F

@ -59,8 +59,6 @@ type Utxo struct {
Value btcutil.Amount
Confirmations int64
PkScript []byte
RedeemScript []byte
WitnessScript []byte
wire.OutPoint
}