Skip to content

Commit

Permalink
fix: build failure with wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Apr 26, 2024
1 parent fa8bf21 commit 549fd54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pub fn fromMnemonic(name: String, mnemonic: String) -> JsValue {
tokens: Vec::new(),
activities: Vec::new(),
coins: Vec::new(),
settings
// settings
};
serde_wasm_bindgen::to_value(&wallet).unwrap()
}
Expand Down Expand Up @@ -551,7 +551,7 @@ pub fn getMockWallet() -> JsValue {
tokens,
activities: activity,
coins: Vec::new(), // coins
settings
// settings
};
serde_wasm_bindgen::to_value(&wallet).unwrap()
}

0 comments on commit 549fd54

Please sign in to comment.