mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
Fix clang-tidy readability-const-return-type violations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user