Skip to content

Commit

Permalink
fix error. we need seek from block and we haven't received any blocks…
Browse files Browse the repository at this point in the history
… yet. after reconnect seek "from" switches to "newest"

Signed-off-by: Fred Partanskiy <[email protected]>
  • Loading branch information
pfi79 committed Dec 4, 2022
1 parent fd688b2 commit fbe88d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fab/events/deliverclient/deliverclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func (c *Client) setSeekFromLastBlockReceived() error {
logger.Debugf("Setting seek info from last block received + 1: %d", c.fromBlock)
} else {
// We haven't received any blocks yet. We will leave the seek which was set by client
logger.Debugf("We will leave the seek which was set by client")
logger.Debugf("We will leave the seek which was set by client ")
}
return nil
}
Expand Down

0 comments on commit fbe88d8

Please sign in to comment.