Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed May 8, 2024
1 parent b0caf94 commit d2c444a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ type BackendRequestFuture = BoxFuture<'static, ()>;
/// It is responsible for processing [requests](BackendRequest) to fetch data from the remote
/// provider.
pub struct Backend<P> {
// provider: Arc<JsonRpcClient<HttpTransport>>,
/// The Starknet RPC provider that will be used to fetch data from.
provider: Arc<P>,
/// Requests that are currently being poll.
pending_requests: Vec<BackendRequestFuture>,
Expand Down

0 comments on commit d2c444a

Please sign in to comment.