Skip to content

Commit

Permalink
Merge pull request #131 from virto-network/fix/typo-xcm-vote
Browse files Browse the repository at this point in the history
Update vote.rs
  • Loading branch information
b-avb authored Oct 10, 2024
2 parents b067123 + 1c8bcfb commit 6b5317b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/vote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use crate::{
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
extern "C" {
#[wasm_bindgen(catch, js_namespace = window, js_name = topupThenInitiativeVote)]
#[wasm_bindgen(catch, js_namespace = window, js_name = initiativeVote)]
async fn topup_then_initiative_vote(
membershipId: u16,
pollIndex: u16,
Expand Down

0 comments on commit 6b5317b

Please sign in to comment.