stratospher 7072d825e3 wallet: ensure COutput added in set are unique
before #25806, set<COutput> was used and would not
contain same COutputs in the set.

now we use set<shared_ptr<COutput>> and it might be
possible for 2 distinct shared_ptr (different pointer
address but same COutputs) to be added into the set.

so preserve previous behaviour by making sure values
in the set are also distinct
2026-02-06 09:36:22 +05:30
..
2025-12-06 13:06:21 +01:00
2025-07-09 13:57:54 +02:00
2025-07-09 13:57:54 +02:00
2024-06-11 16:28:11 +00:00