update function comment to match new function name

This commit is contained in:
Ilan Gitter 2018-10-04 16:58:49 -04:00 committed by Josh Giles
parent 23c1efeace
commit e6f04b6feb

View file

@ -159,7 +159,7 @@ func (b *SimulatedBackend) StorageAt(ctx context.Context, contract common.Addres
return val[:], nil 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 // Since there is no delay in synchronisation, we can assume that the simulated backend
// knows the current state of the chain. // knows the current state of the chain.
func (d *SimulatedBackend) SyncProgress(ctx context.Context) (*ethereum.SyncProgress, error) { func (d *SimulatedBackend) SyncProgress(ctx context.Context) (*ethereum.SyncProgress, error) {