Skip to content

Commit

Permalink
chore: update and enable bootstrap files for main net (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering authored Mar 8, 2024
1 parent be957b7 commit f93e052
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added wallet/assets/mnlistdiff.dat
Binary file not shown.
Binary file added wallet/assets/qrinfo.dat
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ private void check() {
peerGroup = new PeerGroup(Constants.NETWORK_PARAMETERS, blockChain, headerChain);
if (resetMNListsOnPeerGroupStart) {
resetMNListsOnPeerGroupStart = false;
application.getWallet().getContext().masternodeListManager.setBootstrap(mnlistinfoBootStrapStream, qrinfoBootStrapStream, SimplifiedMasternodeListManager.QUORUM_ROTATION_FORMAT_VERSION);
application.getWallet().getContext().masternodeListManager.setBootstrap(mnlistinfoBootStrapStream, qrinfoBootStrapStream, SimplifiedMasternodeListManager.SMLE_VERSION_FORMAT_VERSION);
resetMNLists(true);
}

Expand Down

0 comments on commit f93e052

Please sign in to comment.