mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-29 10:09:08 +02:00
multi: update linter, fix new issues
This commit is contained in:
@ -3955,7 +3955,7 @@ func (r *rpcServer) ClosedChannels(ctx context.Context,
|
||||
// the htlc has no final resolution yet, a NotFound grpc status code is
|
||||
// returned.
|
||||
func (r *rpcServer) LookupHtlcResolution(
|
||||
ctx context.Context, in *lnrpc.LookupHtlcResolutionRequest) (
|
||||
_ context.Context, in *lnrpc.LookupHtlcResolutionRequest) (
|
||||
*lnrpc.LookupHtlcResolutionResponse, error) {
|
||||
|
||||
if !r.cfg.StoreFinalHtlcResolutions {
|
||||
|
Reference in New Issue
Block a user