adjust buffering to improve stability; doc.go; fix notifier

err handling
This commit is contained in:
Ian Norden
2020-03-05 10:11:31 -06:00
parent ad87bad4de
commit f3e4e85cd7
5 changed files with 72 additions and 16 deletions
+1 -1
View File
@@ -759,7 +759,7 @@ var (
StateDiffFlag = cli.BoolFlag{
Name: "statediff",
Usage: "Enables the calculation of state diffs between each block, persists these state diffs the configured persistence mode.",
Usage: "Enables the processing of state diffs between each block",
}
StateDiffPathsAndProofs = cli.BoolFlag{
Name: "statediff.pathsandproofs",