Applied PR comments

This commit is contained in:
Jasmina Malicevic
2022-06-24 10:07:38 +02:00
parent 26853de2ec
commit 7cd4577a1c
2 changed files with 4 additions and 75 deletions
+3
View File
@@ -91,8 +91,11 @@ type ManifestNode struct {
// FastSync specifies the fast sync mode: "" (disable), "v0", "v1", or "v2".
// Defaults to disabled.
FastSync string `toml:"fast_sync"`
// Mempool specifies which version of mempool to use. Either "v0" or "v1"
// This defaults to v0.
Mempool string `toml:"mempool_version"`
// StateSync enables state sync. The runner automatically configures trusted
// block hashes and RPC servers. At least one node in the network must have
// SnapshotInterval set to non-zero, and the state syncing node must have