Fix typo in variable name in test.
This commit is contained in:
@@ -1304,7 +1304,7 @@ TEST(WalletTests, ClearNoteWitnessCache) {
|
|||||||
|
|
||||||
// After clearing, we should not have a witness for either note
|
// After clearing, we should not have a witness for either note
|
||||||
wallet.ClearNoteWitnessCache();
|
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[0]);
|
||||||
EXPECT_FALSE((bool) sproutWitnesses[1]);
|
EXPECT_FALSE((bool) sproutWitnesses[1]);
|
||||||
EXPECT_FALSE((bool) saplingWitnesses[0]);
|
EXPECT_FALSE((bool) saplingWitnesses[0]);
|
||||||
|
|||||||
Reference in New Issue
Block a user