def test_xfer_fees_nym_fees_during_catchup( looper, tconf, tdir, allPluginsPath, do_post_node_creation, nodeSetWithIntegratedTokenPlugin, fees_set, send_and_check_transfer_curr_utxo, send_and_check_nym_with_fees_curr_utxo, ): def send_txns(): send_and_check_transfer_curr_utxo() send_and_check_nym_with_fees_curr_utxo() scenario_txns_during_catchup( looper, tconf, tdir, allPluginsPath, do_post_node_creation, nodeSetWithIntegratedTokenPlugin, send_txns )
def test_xfer_fees_nym_fees_during_catchup( looper, tconf, tdir, allPluginsPath, do_post_node_creation, nodeSetWithIntegratedTokenPlugin, fees_set, mint_multiple_tokens, send_and_check_xfer, send_and_check_nym, ): def send_txns(): send_and_check_xfer() send_and_check_nym() scenario_txns_during_catchup( looper, tconf, tdir, allPluginsPath, do_post_node_creation, nodeSetWithIntegratedTokenPlugin, send_txns )