Browse Source

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

array for its pubkeys,disable this for now to test.
pull/27/head
blackjok3r 6 years ago
parent
commit
91c3080146
  1. 2
      src/crosschain_authority.cpp

2
src/crosschain_authority.cpp

@ -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++)

Loading…
Cancel
Save