mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-23 09:41:38 +00:00
fast sync status
This commit is contained in:
@ -28,5 +28,5 @@ func Status() (*ctypes.ResultStatus, error) {
|
||||
LatestAppHash: latestAppHash,
|
||||
LatestBlockHeight: latestHeight,
|
||||
LatestBlockTime: latestBlockTime,
|
||||
Syncing: bcReactor.FastSync()}, nil
|
||||
Syncing: consensusReactor.FastSync()}, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user