mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
update function comment to match new function name
This commit is contained in:
parent
23c1efeace
commit
e6f04b6feb
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ func (b *SimulatedBackend) StorageAt(ctx context.Context, contract common.Addres
|
|||
return val[:], nil
|
||||
}
|
||||
|
||||
// Progress retrieves the progress of the client syncing with the simulated backend
|
||||
// SyncProgress retrieves the progress of the client syncing with the simulated backend
|
||||
// Since there is no delay in synchronisation, we can assume that the simulated backend
|
||||
// knows the current state of the chain.
|
||||
func (d *SimulatedBackend) SyncProgress(ctx context.Context) (*ethereum.SyncProgress, error) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue