From 4c3e3c57463b029d335e685d3dcdaf26456666cf Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 21 Feb 2022 15:30:46 +0000 Subject: refactor: shift CopyrightHolders() and LicenseInfo() to clientversion.cpp --- src/init.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/init.h') diff --git a/src/init.h b/src/init.h index 1292cc1a3a..ddd439f619 100644 --- a/src/init.h +++ b/src/init.h @@ -70,7 +70,4 @@ bool AppInitMain(node::NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip */ void SetupServerArgs(ArgsManager& argsman); -/** Returns licensing information (for -version) */ -std::string LicenseInfo(); - #endif // BITCOIN_INIT_H -- cgit v1.2.3