zcash_client_sqlite: minor test documentation improvement.

Co-authored-by: Daira Emma Hopwood <daira@jacaranda.org>
This commit is contained in:
Kris Nuttycombe 2023-08-21 17:13:45 -06:00 committed by GitHub
parent 61ac79c006
commit 4d6e236e23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1249,7 +1249,7 @@ mod tests {
.unwrap();
let expected = vec![
// The range below the wallet's birthday height is ignored
// The range up to and including the wallet's birthday height is ignored.
scan_range(
u32::from(sap_active)..u32::from(birthday_height + 1),
Ignored,