Skip to content

Commit

Permalink
Fix scan() docs
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Dec 4, 2023
1 parent 247684c commit 3e7f9df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zebra-scan/src/scan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ pub async fn start(
}
}

/// Returns transactions belonging to the given `ScanningKey`. This list of keys should come from
/// a single configured `SaplingScanningKey`.
/// Returns the transactions from `block` belonging to the given `scanning_keys`.
/// This list of keys should come from a single configured `SaplingScanningKey`.
///
/// For example, there are two individual viewing keys for most shielded transfers:
/// - the payment (external) key, and
Expand Down

0 comments on commit 3e7f9df

Please sign in to comment.