Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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