mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-28 11:56:15 +00:00
fixed linter errors
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user