diff --git a/src/wallet/gtest/test_wallet_zkeys.cpp b/src/wallet/gtest/test_wallet_zkeys.cpp index 5f022c5d5..a29ddad51 100644 --- a/src/wallet/gtest/test_wallet_zkeys.cpp +++ b/src/wallet/gtest/test_wallet_zkeys.cpp @@ -479,7 +479,6 @@ TEST(wallet_zkeys_tests, WriteCryptedSaplingZkeyDirectToDb) { // spending key is crypted, so we can't extract valid payment address libzcash::SaplingExtendedSpendingKey keyOut; EXPECT_FALSE(wallet2.GetSaplingExtendedSpendingKey(address, keyOut)); - ASSERT_FALSE(address == keyOut.DefaultAddress()); // address -> ivk mapping is not crypted libzcash::SaplingIncomingViewingKey ivkOut;