mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
convert C-style (void) parameter lists to C++ style ()
This commit is contained in:
parent
f0a6a922fe
commit
3ccfa34b32
16 changed files with 27 additions and 27 deletions
|
|
@ -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.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue