1
0
Fork 0
forked from lthn/blockchain

packing_outputs_on_pos_minting_wallet disabled for hardfork 4

This commit is contained in:
cryptozoidberg 2024-02-04 11:48:07 +01:00
parent cc91951eff
commit 65dc4be419
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -1079,7 +1079,7 @@ int main(int argc, char* argv[])
GENERATE_AND_PLAY(wallet_outputs_with_same_key_image);
GENERATE_AND_PLAY(wallet_unconfirmed_tx_expiration);
GENERATE_AND_PLAY(wallet_unconfimed_tx_balance);
GENERATE_AND_PLAY_HF(packing_outputs_on_pos_minting_wallet, "3-*");
GENERATE_AND_PLAY_HF(packing_outputs_on_pos_minting_wallet, "3");
GENERATE_AND_PLAY(wallet_watch_only_and_chain_switch);
GENERATE_AND_PLAY(wallet_rpc_integrated_address);