Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/decenomy/DSW into KYAN-d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
pedro-at-decenomy committed Jun 5, 2024
2 parents bd26b06 + 5f1ff83 commit 2b7a668
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1069,10 +1069,6 @@ bool AppInit2()

fReindex = GetBoolArg("-reindex", false);

// Initialize dynamic rewards
if(!CRewards::Init(fReindex))
return false;

// Initialize elliptic curve code
RandomInit();
ECC_Start();
Expand Down Expand Up @@ -1267,6 +1263,10 @@ bool AppInit2()
} // (!fDisableWallet)
#endif // ENABLE_WALLET

// Initialize dynamic rewards
if(!CRewards::Init(fReindex))
return false;

// ********************************************************* Step 6: network initialization

assert(!g_connman);
Expand Down

0 comments on commit 2b7a668

Please sign in to comment.