aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-11-28 19:11:52 +0000
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-11-28 19:11:52 +0000
commitfd4c6a10f2285f16c5d0215eb56a3060441f3ef2 (patch)
tree939a409705591dec3bc3f22c94eedad363721295 /src/common
parent31ce305d46a191621aaa78a73fa4bbc7e58d8ed0 (diff)
downloadbitcoin-fd4c6a10f2285f16c5d0215eb56a3060441f3ef2.tar.xz
test: Setup networking globally
Diffstat (limited to 'src/common')
-rw-r--r--src/common/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/system.h b/src/common/system.h
index 40206aaa01..08ed419a45 100644
--- a/src/common/system.h
+++ b/src/common/system.h
@@ -21,7 +21,7 @@
int64_t GetStartupTime();
void SetupEnvironment();
-bool SetupNetworking();
+[[nodiscard]] bool SetupNetworking();
#ifndef WIN32
std::string ShellEscape(const std::string& arg);
#endif