mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-02 09:42:31 +02:00
multi: apply the new type lntypes.WeightUnit
This commit is contained in:
@@ -71,7 +71,7 @@ type TxInfo struct {
|
||||
Fee btcutil.Amount
|
||||
|
||||
// Weight is the weight of the tx.
|
||||
Weight int64
|
||||
Weight lntypes.WeightUnit
|
||||
}
|
||||
|
||||
// String returns a human readable version of the tx info.
|
||||
|
Reference in New Issue
Block a user