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 6, 2023
1 parent f8bdaf4 commit 7a2991e
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 @@ -350,7 +350,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 7a2991e

Please sign in to comment.