Fix typo in variable name in test.

This commit is contained in:
Simon 2018-08-07 09:57:24 -07:00
parent 992a82c649
commit 668ca2974a
1 changed files with 1 additions and 1 deletions

View File

@ -1304,7 +1304,7 @@ TEST(WalletTests, ClearNoteWitnessCache) {
// After clearing, we should not have a witness for either note
wallet.ClearNoteWitnessCache();
auto anchros2 = GetWitnessesAndAnchors(wallet, sproutNotes, saplingNotes, sproutWitnesses, saplingWitnesses);
auto anchors2 = GetWitnessesAndAnchors(wallet, sproutNotes, saplingNotes, sproutWitnesses, saplingWitnesses);
EXPECT_FALSE((bool) sproutWitnesses[0]);
EXPECT_FALSE((bool) sproutWitnesses[1]);
EXPECT_FALSE((bool) saplingWitnesses[0]);