mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-13 18:10:25 +02:00
multi: formatting and comment fixes
This commit is contained in:
@@ -85,7 +85,6 @@ type StaticEstimator struct {
|
||||
|
||||
// NewStaticEstimator returns a new static fee estimator instance.
|
||||
func NewStaticEstimator(feePerKW, relayFee SatPerKWeight) *StaticEstimator {
|
||||
|
||||
return &StaticEstimator{
|
||||
feePerKW: feePerKW,
|
||||
relayFee: relayFee,
|
||||
|
@@ -321,5 +321,4 @@ func TestGetCachedFee(t *testing.T) {
|
||||
require.ErrorIs(t, err, tc.expectErr)
|
||||
})
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user