Closed code-monad closed 1 year ago
change
GetFeeRateStatics(ctx context.Context, target uint64) (*types.FeeRateStatics, error)
into
GetFeeRateStatics(ctx context.Context, target interface{}) (*types.FeeRateStatics, error)
Which allows a nil target parameter
target
close #185
change
into
Which allows a nil
target
parameterclose #185