Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/exex-hello-world/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ where
let _eth_pubsub = rpc_handle.eth_handlers().pubsub.clone();
// The TraceApi type that provides all the trace_ handlers
let _trace_api = rpc_handle.trace_api();
// The DebugApi type that provides all the trace_ handlers
// The DebugApi type that provides all the debug_ handlers
let _debug_api = rpc_handle.debug_api();

while let Some(notification) = ctx.notifications.try_next().await? {
Expand Down
Loading