dash/src/coinjoin
PastaPastaPasta aaa5c7967d
refactor: change Process* functions from accepting a ptr to a reference (#5062)
also drops an almost always unneeded string
converts some std::strings to std::string_view
also drops an unneeded param
2022-10-28 22:50:54 +03:00
..
client.cpp refactor: change Process* functions from accepting a ptr to a reference (#5062) 2022-10-28 22:50:54 +03:00
client.h refactor: change Process* functions from accepting a ptr to a reference (#5062) 2022-10-28 22:50:54 +03:00
coinjoin.cpp refactor: pass references to objects instead of using global definitions (#4988) 2022-09-22 15:14:48 +04:00
coinjoin.h fix(coinjoin): fix version comparison check serialization bug 2022-10-21 21:44:41 +05:30
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: change Process* functions from accepting a ptr to a reference (#5062) 2022-10-28 22:50:54 +03:00
server.h refactor: change Process* functions from accepting a ptr to a reference (#5062) 2022-10-28 22:50:54 +03:00
util.cpp Refactor: minor misc coinjoin refactoring (#5053) 2022-10-19 21:43:33 +03:00
util.h Refactor: minor misc coinjoin refactoring (#5053) 2022-10-19 21:43:33 +03:00