diff options
Diffstat (limited to 'src/netgroup.cpp')
-rw-r--r-- | src/netgroup.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/netgroup.cpp b/src/netgroup.cpp new file mode 100644 index 0000000000..17a48ad025 --- /dev/null +++ b/src/netgroup.cpp @@ -0,0 +1,5 @@ +// Copyright (c) 2021 The Bitcoin Core developers +// Distributed under the MIT software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + +#include <netgroup.h> |