Skip to content

Commit

Permalink
fix: PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tomg10 committed Dec 7, 2023
1 parent 0702887 commit c29521a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/zksync_core/src/api_server/web3/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ impl<G: 'static + Send + Sync + L1GasPriceProvider> ApiBuilder<G> {
}
if namespaces.contains(&Namespace::Snapshots) {
rpc.merge(SnapshotsNamespace::new(rpc_state).into_rpc())
.expect("Can't merge debug namespace");
.expect("Can't merge snapshots namespace");
}
rpc
}
Expand Down

0 comments on commit c29521a

Please sign in to comment.