test: Fix comment in WalletTests.FindMySaplingNotes

This commit is contained in:
Jack Grigg
2018-08-17 21:39:16 +01:00
parent 303f80fb1e
commit c9339bb61f

View File

@@ -491,7 +491,7 @@ TEST(WalletTests, FindMySaplingNotes) {
ASSERT_EQ(static_cast<bool>(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);