Skip to content

Commit

Permalink
remove zks prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
montekki committed Nov 16, 2023
1 parent 7ef4844 commit 92c9629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/web3_decl/src/namespaces/zks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub trait ZksNamespace {
#[method(name = "getLogsWithVirtualBlocks")]
async fn get_logs_with_virtual_blocks(&self, filter: Filter) -> RpcResult<Vec<Log>>;

#[method(name = "zks_getProof")]
#[method(name = "getProof")]
async fn get_proof(
&self,
address: Address,
Expand Down

0 comments on commit 92c9629

Please sign in to comment.