Skip to content

Commit 2b03eb3

Browse files
author
Hayim.Shaul@ibm.com
committed
lint
Signed-off-by: Hayim.Shaul@ibm.com <hayimsha@fhe3.haifa.ibm.com>
1 parent 71c82ad commit 2b03eb3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

token/services/network/fabric/endorsement/fsc/responder.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ func (r *RequestApprovalResponderView) validateProposal(ctx view.Context, reques
243243
}
244244

245245
logger.DebugfContext(ctx.Context(), "Proposal validated successfully for TX [%s]", request.Anchor)
246+
246247
return nil
247248
}
248249

token/services/network/fabric/endorsement/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ func (c *ChannelProvider) GetMSPManager(network, channel string) (fsc.MSPManager
137137
if err != nil {
138138
return nil, errors.WithMessagef(err, "failed to get channel [%s] for network [%s]", channel, network)
139139
}
140+
140141
return ch.MSPManager(), nil
141142
}
142143

0 commit comments

Comments
 (0)