mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-18 21:14:40 +01:00
lnwallet: remove irrelevant fields in Utxo struct
These fields are only relevant for spent transaction outputs.
This commit is contained in:
@@ -59,8 +59,6 @@ type Utxo struct {
|
||||
Value btcutil.Amount
|
||||
Confirmations int64
|
||||
PkScript []byte
|
||||
RedeemScript []byte
|
||||
WitnessScript []byte
|
||||
wire.OutPoint
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user