Skip to content

Commit

Permalink
fix: aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul1010 committed Dec 12, 2023
1 parent dbc9f47 commit 8d28e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/vault-registry/rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ where

#[method(
name = "vaultRegistry_getRequiredCollateralForVault",
aliases = "redeem_getPremiumRedeemVaults"
aliases = ["redeem_getPremiumRedeemVaults"]
)]
fn get_required_collateral_for_vault(
&self,
Expand Down

0 comments on commit 8d28e92

Please sign in to comment.