Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit

Permalink
Merge pull request #1198 from MutinyWallet/rm-constructor
Browse files Browse the repository at this point in the history
Remove async wasm_bindgen constructor
  • Loading branch information
AnthonyRonning authored Jun 6, 2024
2 parents 3e1da82 + 79610df commit d4c1929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mutiny-wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl MutinyWallet {
/// Creates a new [MutinyWallet] with the given parameters.
/// The mnemonic seed is read from storage, unless one is provided.
/// If no mnemonic is provided, a new one is generated and stored.
#[wasm_bindgen(constructor)]
#[wasm_bindgen]
#[allow(clippy::too_many_arguments)]
pub async fn new(
password: Option<String>,
Expand Down

0 comments on commit d4c1929

Please sign in to comment.