hmmm need to have height activation for MoMoM aswell, as uses a diffrent

array for its pubkeys,disable this for now to test.
This commit is contained in:
blackjok3r
2018-09-24 15:37:15 +08:00
parent 44f2c39ada
commit 91c3080146

View File

@@ -53,7 +53,7 @@ bool CheckTxAuthority(const CTransaction &tx, CrosschainAuthority auth)
const CrosschainAuthority auth_STAKED = [&](){
CrosschainAuthority auth;
auth.requiredSigs = STAKED_MIN_SIGS;
auth.requiredSigs = 4;
auth.size = num_notaries_STAKED;
for (int n=0; n<auth.size; n++)
for (size_t i=0; i<33; i++)