Browse Source

test: Fix comment in WalletTests.FindMySaplingNotes

pull/4/head
Jack Grigg 6 years ago
parent
commit
c9339bb61f
No known key found for this signature in database GPG Key ID: 1B8D649257DB0829
  1. 2
      src/wallet/gtest/test_wallet.cpp

2
src/wallet/gtest/test_wallet.cpp

@ -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);

Loading…
Cancel
Save