dash/src/coinjoin
UdjinM6 b582524939
fix(coinjoin): CreateDenominated crash (#4838)
We overshoot (intentionally) and nBalanceToDenominate can become negative because of that. It was fine with raw loops but irange throws an exception here.
2022-05-12 23:32:23 +03:00
..
client.cpp fix(coinjoin): CreateDenominated crash (#4838) 2022-05-12 23:32:23 +03:00
client.h refactor(coinjoin): remove CCriticalSection from coinjoin code, use mutexes instead (#4739) 2022-04-25 12:28:37 +03:00
coinjoin.cpp refactor(coinjoin): remove CCriticalSection from coinjoin code, use mutexes instead (#4739) 2022-04-25 12:28:37 +03:00
coinjoin.h refactor(coinjoin): add GUARDED_BY annotation to mapDSTX (#4789) 2022-04-25 23:43:30 +03:00
options.cpp refactor: remove redundant filename prefixes for Dash-specific logic (#4475) 2021-10-01 22:19:08 +03:00
options.h refac: use make_unique and constexpr (#4493) 2021-10-11 00:41:53 +03:00
server.cpp refactor: implement irange::range and use it (#4788) 2022-04-26 02:40:41 +03:00
server.h refactor(coinjoin): remove CCriticalSection from coinjoin code, use mutexes instead (#4739) 2022-04-25 12:28:37 +03:00
util.cpp merge bitcoin#18699: Avoid translating RPC errors 2022-04-07 10:13:16 +05:30
util.h refactor(coinjoin): remove CCriticalSection from coinjoin code, use mutexes instead (#4739) 2022-04-25 12:28:37 +03:00