We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89dd6d7 + 07fcd67 commit 184db05Copy full SHA for 184db05
protocol/chainsync/client.go
@@ -290,6 +290,7 @@ func (c *Client) handleRollForward(msgGeneric protocol.Message) error {
290
if callbackErr == StopSyncProcessError {
291
// Signal that we're cancelling the sync
292
c.readyForNextBlockChan <- false
293
+ return nil
294
} else {
295
return callbackErr
296
}
@@ -310,6 +311,7 @@ func (c *Client) handleRollBackward(msgGeneric protocol.Message) error {
310
311
312
313
314
315
316
317
0 commit comments