coretests: pos_mining_with_decoys was pinned to HF3

This commit is contained in:
sowle 2023-11-02 18:34:04 +01:00
parent 2dab8ab386
commit 88ec0706da
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -1104,7 +1104,7 @@ int main(int argc, char* argv[])
GENERATE_AND_PLAY(pos_wallet_big_block_test);
//GENERATE_AND_PLAY(block_template_against_txs_size); // Long test! by demand only
GENERATE_AND_PLAY(pos_altblocks_validation);
GENERATE_AND_PLAY(pos_mining_with_decoys);
GENERATE_AND_PLAY_HF(pos_mining_with_decoys, "3");
// alternative blocks and generic chain-switching tests
GENERATE_AND_PLAY(gen_chain_switch_pow_pos);