Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentine1898 committed Oct 6, 2023
1 parent 3c39d91 commit a9a53ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasm/src/view_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ impl ViewServer {
/// Returns true if the block contains new notes, swaps or false if the block is empty for us
/// compact_block: `v1alpha1::CompactBlock`
/// Scan results are saved in-memory rather than returned
/// Use `get_updates()` to get the scan results
/// Use `flush_updates()` to get the scan results
/// Returns: `bool`
#[wasm_bindgen]
pub async fn scan_block(&mut self, compact_block: JsValue) -> WasmResult<bool> {
Expand Down

0 comments on commit a9a53ee

Please sign in to comment.