forked from cerc-io/plugeth
eth, internal, light: fix error string capitalization (#25364)
This commit is contained in:
+1
-1
@@ -582,5 +582,5 @@ func (api *DebugAPI) GetAccessibleState(from, to rpc.BlockNumber) (uint64, error
|
||||
return uint64(i), nil
|
||||
}
|
||||
}
|
||||
return 0, fmt.Errorf("No state found")
|
||||
return 0, fmt.Errorf("no state found")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user