mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
version bump and disconnect old network when enforcement fork
This commit is contained in:
parent
e247b4127d
commit
325b6715b5
@ -9,7 +9,7 @@
|
||||
#define CLIENT_VERSION_MAJOR 0
|
||||
#define CLIENT_VERSION_MINOR 9
|
||||
#define CLIENT_VERSION_REVISION 13
|
||||
#define CLIENT_VERSION_BUILD 11
|
||||
#define CLIENT_VERSION_BUILD 12
|
||||
|
||||
// Set to true for release, false for prerelease or test build
|
||||
#define CLIENT_VERSION_IS_RELEASE true
|
||||
|
@ -2557,7 +2557,7 @@ bool CBlock::CheckBlock(CValidationState &state, bool fCheckPOW, bool fCheckMerk
|
||||
|
||||
if(!foundPaymentAmount ) {
|
||||
LogPrintf("CheckBlock() : Couldn't find masternode payment. \n");
|
||||
if(EnforceMasternodePayments) return state.DoS(0, error("CheckBlock() : Couldn't find masternode payment"));
|
||||
if(EnforceMasternodePayments) return state.DoS(100, error("CheckBlock() : Couldn't find masternode payment"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user