[ci skip] grammar fix
This commit is contained in:
parent
c20e761051
commit
8add773b12
@ -321,7 +321,7 @@ impl<C, S, A, M, EM> Eth for EthClient<C, S, A, M, EM>
|
||||
fn work(&self, params: Params) -> Result<Value, Error> {
|
||||
match params {
|
||||
Params::None => {
|
||||
// check if we a still syncing and return empty strings int that case
|
||||
// check if we're still syncing and return empty strings int that case
|
||||
{
|
||||
let sync = take_weak!(self.sync);
|
||||
if sync.status().state != SyncState::Idle {
|
||||
|
Loading…
Reference in New Issue
Block a user