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

View File

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