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.
1 parent 2281362 commit 07fcd67Copy full SHA for 07fcd67
protocol/chainsync/client.go
@@ -288,6 +288,7 @@ func (c *Client) handleRollForward(msgGeneric protocol.Message) error {
288
if callbackErr == StopSyncProcessError {
289
// Signal that we're cancelling the sync
290
c.readyForNextBlockChan <- false
291
+ return nil
292
} else {
293
return callbackErr
294
}
@@ -308,6 +309,7 @@ func (c *Client) handleRollBackward(msgGeneric protocol.Message) error {
308
309
310
311
312
313
314
315
0 commit comments