router/statesync: add helpful log messages (#6724)

This commit is contained in:
Callum Waters
2021-07-15 19:26:35 +02:00
committed by GitHub
parent 626d9b4fbe
commit 6dd0cf92c8
3 changed files with 11 additions and 4 deletions
-3
View File
@@ -276,9 +276,6 @@ Does not run any perbutations.
defer loadCancel()
go func() {
err := Load(ctx, cli.testnet, 1)
if err != nil {
logger.Error(fmt.Sprintf("Transaction load failed: %v", err.Error()))
}
chLoadResult <- err
}()