fixed linter errors

This commit is contained in:
Jasmina Malicevic
2022-06-24 10:51:17 +02:00
parent 4a96bad48e
commit 4c16b822ef
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
package mempool
// These functiosn were moved into v0/reactor.go and v1/reactor.go
// These functions were moved into v0/reactor.go and v1/reactor.go
+1 -1
View File
@@ -93,7 +93,7 @@ type ManifestNode struct {
FastSync string `toml:"fast_sync"`
// Mempool specifies which version of mempool to use. Either "v0" or "v1"
// This defaults to v0.
// This defaults to v0.
Mempool string `toml:"mempool_version"`
// StateSync enables state sync. The runner automatically configures trusted