Skip to content

Commit

Permalink
Merge pull request #31 from zkLinkProtocol/issue-30
Browse files Browse the repository at this point in the history
query chain_id for ChangePubKey tx in RPC(fix #30)
  • Loading branch information
zkbenny authored Oct 16, 2023
2 parents e046407 + a0653e6 commit cd98683
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions provider/src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ pub trait ZkLinkRpc {
max_txs: u32,
) -> RpcResult<Vec<FastWithdrawTxResp>>;

#[method(name = "getChangePubkeyChainId")]
async fn get_change_pubkey_chain_id(&self) -> RpcResult<ChainId>;

#[method(name = "pullForwardTxs")]
async fn pull_forward_txs(
&self,
Expand Down

0 comments on commit cd98683

Please sign in to comment.