mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-06 09:34:13 +02:00
record: stricter type for PaymentRelayInfo.BaseFee
In this commit, we update the PaymentRelayInfo struct's BaseFee member to use a stricter type (lnwire.MilliSatoshi) instead of an ambigious uint32.
This commit is contained in:
@@ -37,7 +37,7 @@ func TestBlindedDataEncoding(t *testing.T) {
|
||||
|
||||
tests := []struct {
|
||||
name string
|
||||
baseFee uint32
|
||||
baseFee lnwire.MilliSatoshi
|
||||
htlcMin lnwire.MilliSatoshi
|
||||
features *lnwire.FeatureVector
|
||||
constraints bool
|
||||
|
Reference in New Issue
Block a user