mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Fix clang-tidy readability-const-return-type violations
This commit is contained in:
parent
e1bf5470f9
commit
fa451d4b60
25 changed files with 54 additions and 52 deletions
|
|
@ -1128,7 +1128,7 @@ void CTxMemPool::SetLoadTried(bool load_tried)
|
|||
}
|
||||
|
||||
|
||||
const std::string RemovalReasonToString(const MemPoolRemovalReason& r) noexcept
|
||||
std::string RemovalReasonToString(const MemPoolRemovalReason& r) noexcept
|
||||
{
|
||||
switch (r) {
|
||||
case MemPoolRemovalReason::EXPIRY: return "expiry";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue