dash/src/coinjoin
Kittywhiskers Van Gogh a53046c4a9
refactor: remove CDSTXManager global and alias, move to CJContext
We don't need to run `GetDSTX` in `HandleNewRecoveredSig` since we know
for sure the transaction being handled is for enhanced hard forking
2024-03-18 21:36:34 +00:00
..
client.cpp refactor: drop dependency of CJ to fee_estimator 2024-03-06 03:31:50 +07:00
client.h refactor: drop dependency of CJ to fee_estimator 2024-03-06 03:31:50 +07:00
coinjoin.cpp refactor: remove CDSTXManager global and alias, move to CJContext 2024-03-18 21:36:34 +00:00
coinjoin.h refactor: remove CDSTXManager global and alias, move to CJContext 2024-03-18 21:36:34 +00:00
common.cpp non-scripted-diff: bump copyright year to 2023 2024-02-24 11:05:37 -06:00
common.h non-scripted-diff: bump copyright year to 2023 2024-02-24 11:05:37 -06:00
context.cpp refactor: remove CDSTXManager global and alias, move to CJContext 2024-03-18 21:36:34 +00:00
context.h refactor: remove CDSTXManager global and alias, move to CJContext 2024-03-18 21:36:34 +00:00
interfaces.cpp refactor: drop global coinJoinWalletManager 2024-01-10 12:06:04 -06:00
options.cpp non-scripted-diff: bump copyright year to 2023 2024-02-24 11:05:37 -06:00
options.h non-scripted-diff: bump copyright year to 2023 2024-02-24 11:05:37 -06:00
server.cpp refactor: remove CDSTXManager global and alias, move to CJContext 2024-03-18 21:36:34 +00:00
server.h refactor: remove CDSTXManager global and alias, move to CJContext 2024-03-18 21:36:34 +00:00
util.cpp refactor: drop dependency of CJ to fee_estimator 2024-03-06 03:31:50 +07:00
util.h refactor: drop dependency of CJ to fee_estimator 2024-03-06 03:31:50 +07:00