We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
from_block
1 parent 049d47b commit 488ff36Copy full SHA for 488ff36
src/eth.rs
@@ -574,6 +574,10 @@ impl Provider {
574
575
/// Subscribes to logs without waiting for a confirmation.
576
///
577
+ /// WARNING: some RPC providers will throw an error if a subscription filter
578
+ /// has the `from_block` parameter. Make sure to avoid this parameter for subscriptions
579
+ /// even while using it for getLogs.
580
+ ///
581
/// # Parameters
582
/// - `sub_id`: The subscription ID to be used for unsubscribing.
583
/// - `filter`: The filter criteria for the logs.
0 commit comments