mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 23:29:12 +01:00
convert C-style (void) parameter lists to C++ style ()
This commit is contained in:
@@ -684,7 +684,7 @@ static void ThreadImport(std::vector<fs::path> vImportFiles)
|
||||
* Ensure that Bitcoin is running in a usable environment with all
|
||||
* necessary library support.
|
||||
*/
|
||||
static bool InitSanityCheck(void)
|
||||
static bool InitSanityCheck()
|
||||
{
|
||||
if(!ECC_InitSanityCheck()) {
|
||||
InitError("Elliptic curve cryptography sanity check failure. Aborting.");
|
||||
|
||||
Reference in New Issue
Block a user