We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a4841 commit 4490f04Copy full SHA for 4490f04
include/bitcoin/database/impl/query/optional.ipp
@@ -31,7 +31,7 @@ namespace database {
31
32
// Address (natural-keyed).
33
// ----------------------------------------------------------------------------
34
-// TODO: use point keys (for multimap compression).
+// TODO: could use point keys (for multimap compression).
35
36
TEMPLATE
37
bool CLASS::to_address_outputs(const std::atomic_bool& cancel,
@@ -55,7 +55,6 @@ bool CLASS::to_address_outputs(const std::atomic_bool& cancel,
55
return true;
56
}
57
58
-// TODO: test more.
59
60
bool CLASS::to_confirmed_unspent_outputs(const std::atomic_bool& cancel,
61
output_links& out, const hash_digest& key) const NOEXCEPT
0 commit comments