Skip to content

Commit 4490f04

Browse files
committed
Comments.
1 parent 27a4841 commit 4490f04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/bitcoin/database/impl/query/optional.ipp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace database {
3131

3232
// Address (natural-keyed).
3333
// ----------------------------------------------------------------------------
34-
// TODO: use point keys (for multimap compression).
34+
// TODO: could use point keys (for multimap compression).
3535

3636
TEMPLATE
3737
bool CLASS::to_address_outputs(const std::atomic_bool& cancel,
@@ -55,7 +55,6 @@ bool CLASS::to_address_outputs(const std::atomic_bool& cancel,
5555
return true;
5656
}
5757

58-
// TODO: test more.
5958
TEMPLATE
6059
bool CLASS::to_confirmed_unspent_outputs(const std::atomic_bool& cancel,
6160
output_links& out, const hash_digest& key) const NOEXCEPT

0 commit comments

Comments
 (0)