From cb9a90c03c86835e7d2bef36f7d0fe8ec8e395aa Mon Sep 17 00:00:00 2001 From: fselmo Date: Wed, 25 Sep 2024 10:35:45 -0600 Subject: [PATCH] Clean up newsfragment --- newsfragments/3490.misc.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/newsfragments/3490.misc.rst b/newsfragments/3490.misc.rst index b6953a6503..e94c7acfc8 100644 --- a/newsfragments/3490.misc.rst +++ b/newsfragments/3490.misc.rst @@ -1,2 +1 @@ - Validate against sync providers on ``AsyncWeb3`` init; validate against async providers on ``Web3`` init. This will provide better messaging when a web3 class is instantiated with an incompatible provider type.