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:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user