Files
bitcoin/src/wallet/test
MarcoFalke fa3716c439 test: Use FakeNodeClock in more places
The context is easier to reason about: E.g.,

* in TestBasicMining it allows to drop manual SetMockTime(0) calls,
* in connections_desirable_service_flags it allows to drop manual calls
  to SetMockTime(GetTime<std::chrono::seconds>() + _n_) and replace them
  by operator+=(_n_)
* in wallet_tests it clarifies that the mocktime does not persist
  outside the AddTx function
2026-06-09 20:05:11 +02:00
..