From 6324b4545b61b036b912be5b10b2ead38e08f04a Mon Sep 17 00:00:00 2001 From: antazoey Date: Wed, 10 Apr 2024 10:25:57 -0500 Subject: [PATCH] docs: Update src/ape/api/providers.py Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> --- src/ape/api/providers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ape/api/providers.py b/src/ape/api/providers.py index eba9dc1bac..c44c29006a 100644 --- a/src/ape/api/providers.py +++ b/src/ape/api/providers.py @@ -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). """