From 6b04fb08bd1d046729b27ec2f1b50ee1c8c94abe Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Tue, 12 Dec 2023 20:33:41 -0300 Subject: [PATCH] fix build --- zebra-scan/src/storage/db/tests/snapshot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-scan/src/storage/db/tests/snapshot.rs b/zebra-scan/src/storage/db/tests/snapshot.rs index b5b933f2746..dd38a92031a 100644 --- a/zebra-scan/src/storage/db/tests/snapshot.rs +++ b/zebra-scan/src/storage/db/tests/snapshot.rs @@ -153,7 +153,7 @@ fn snapshot_typed_result_data(storage: &Storage) { // Make sure the typed key format doesn't accidentally change. // // TODO: update this after PR #8080 - let sapling_keys_and_birthday_heights = storage.sapling_keys(); + let sapling_keys_and_birthday_heights = storage.sapling_keys_last_heights(); // HashMap has an unstable order across Rust releases, so we need to sort it here. insta::assert_ron_snapshot!( "sapling_keys",