mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-24 20:47:16 +00:00
Use Finish stage for eth_syncing (#1017)
This commit is contained in:
parent
7bc892e886
commit
8a3dad0914
@ -66,7 +66,7 @@ func (api *APIImpl) Syncing(ctx context.Context) (interface{}, error) {
|
||||
return false, err
|
||||
}
|
||||
|
||||
currentBlock, _, err := stages.GetStageProgress(api.dbReader, stages.TxPool)
|
||||
currentBlock, _, err := stages.GetStageProgress(api.dbReader, stages.Finish)
|
||||
if err != nil {
|
||||
return false, err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user