track sync errors in status

This commit is contained in:
whyrusleeping
2019-12-03 19:56:29 -08:00
parent fc5bfece57
commit 034f0cc479
3 changed files with 44 additions and 11 deletions
+1
View File
@@ -277,6 +277,7 @@ const (
StagePersistHeaders
StageMessages
StageSyncComplete
StageSyncErrored
)
type MpoolChange int