diff options
author | Amiti Uttarwar <amiti@uttarwar.org> | 2021-09-10 18:16:37 -0600 |
---|---|---|
committer | Amiti Uttarwar <amiti@uttarwar.org> | 2021-09-28 22:21:10 -0400 |
commit | dd8f7f250095e58bbf4cd4effb481b52143bd1ed (patch) | |
tree | 04068c2a49362c5ab7958fcb8bc268c55f5fc59d /src/addrman_impl.h | |
parent | 3c263d3f63c3598954ee2b65a0e721e3c22e52f8 (diff) |
scripted-diff: Rename CAddrMan to AddrMan
-BEGIN VERIFY SCRIPT-
git grep -l CAddrMan src/ test/ | xargs sed -i 's/CAddrMan/AddrMan/g'
-END VERIFY SCRIPT-
Diffstat (limited to 'src/addrman_impl.h')
-rw-r--r-- | src/addrman_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/addrman_impl.h b/src/addrman_impl.h index c37c7b4779..f9deb17191 100644 --- a/src/addrman_impl.h +++ b/src/addrman_impl.h @@ -138,8 +138,8 @@ public: const std::vector<bool>& GetAsmap() const; - friend class CAddrManTest; - friend class CAddrManDeterministic; + friend class AddrManTest; + friend class AddrManDeterministic; private: //! A mutex to protect the inner data structures. |