diff --git a/wallet/assets/mnlistdiff.dat b/wallet/assets/mnlistdiff.dat new file mode 100644 index 0000000000..d6bab2dcb3 Binary files /dev/null and b/wallet/assets/mnlistdiff.dat differ diff --git a/wallet/assets/qrinfo.dat b/wallet/assets/qrinfo.dat new file mode 100644 index 0000000000..2134d358dd Binary files /dev/null and b/wallet/assets/qrinfo.dat differ diff --git a/wallet/src/de/schildbach/wallet/service/BlockchainServiceImpl.java b/wallet/src/de/schildbach/wallet/service/BlockchainServiceImpl.java index 1b221adec2..98036b7b23 100644 --- a/wallet/src/de/schildbach/wallet/service/BlockchainServiceImpl.java +++ b/wallet/src/de/schildbach/wallet/service/BlockchainServiceImpl.java @@ -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); }