Skip to content

Commit

Permalink
docs: Update src/ape/api/providers.py
Browse files Browse the repository at this point in the history
Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>
  • Loading branch information
antazoey and fubuloubu authored Apr 10, 2024
1 parent 36156e7 commit 6324b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape/api/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def size(self) -> int:
"""
The size of the block in gas. Most of the time,
this field is passed to the model at validation time,
but occassionally it is missing (like in Infura::newHeads),
but occassionally it is missing (like in `eth_subscribe:newHeads`),
in which case it gets calculated if and only if the user
requests it (or during serialization of this model to disk).
"""
Expand Down

0 comments on commit 6324b45

Please sign in to comment.