test: Test that key expression indexes match key count

This commit is contained in:
Ava Chow
2026-01-20 12:54:12 -08:00
parent 4f85b05131
commit ce4c66eb7c
5 changed files with 63 additions and 3 deletions

View File

@@ -37,6 +37,8 @@ public:
std::optional<int64_t> MaxSatisfactionElems() const override { return {}; }
void GetPubKeys(std::set<CPubKey>& pubkeys, std::set<CExtPubKey>& ext_pubs) const override {}
std::vector<std::string> Warnings() const override { return {}; }
uint32_t GetMaxKeyExpr() const override { return 0; }
size_t GetKeyCount() const override { return 0; }
};
BOOST_FIXTURE_TEST_CASE(wallet_load_descriptors, TestingSetup)