diff --git a/src/wallet/gtest/test_wallet.cpp b/src/wallet/gtest/test_wallet.cpp index c89cfc921..d79b69ea0 100644 --- a/src/wallet/gtest/test_wallet.cpp +++ b/src/wallet/gtest/test_wallet.cpp @@ -491,7 +491,7 @@ TEST(WalletTests, FindMySaplingNotes) { ASSERT_EQ(static_cast(maybe_tx), true); auto tx = maybe_tx.get(); - // No Sapling notes can be found in tx which belong to the wallet + // No Sapling notes can be found in tx which does not belong to the wallet CWalletTx wtx {&wallet, tx}; ASSERT_FALSE(wallet.HaveSaplingSpendingKey(fvk)); auto noteMap = wallet.FindMySaplingNotes(wtx);