Fix clang-tidy readability-const-return-type violations

This commit is contained in:
MarcoFalke
2023-01-20 16:25:14 +01:00
parent e1bf5470f9
commit fa451d4b60
25 changed files with 54 additions and 52 deletions

View File

@@ -24,7 +24,7 @@ private:
//! Bitcoin mainnet, testnet, etc
std::string m_chain;
const std::string NetworkArg() const;
std::string NetworkArg() const;
public:
//! @param[in] command the command which handles interaction with the external signer