1
0
Fork 0
forked from lthn/blockchain

coretests: asset_operation_and_hardfork_checks test added

* Implement "asset_operation_and_hardfork_checks" test

* Run "asset_operation_and_hardfork_checks" test on core tests run
This commit is contained in:
Stёpa Dolgorukov 2024-09-06 16:57:14 +05:00 committed by GitHub
parent 0d3e90f4a5
commit d74a04d6df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1297,7 +1297,7 @@ int main(int argc, char* argv[])
GENERATE_AND_PLAY_HF(attachment_isolation_test, "4-*");
GENERATE_AND_PLAY_HF(asset_operation_and_hardfork_checks, "4-*");
// GENERATE_AND_PLAY(gen_block_reward);
// END OF TESTS */