diff --git a/cardano_node_tests/cluster_scripts/alonzo_pv6/start-cluster-hfc b/cardano_node_tests/cluster_scripts/alonzo_pv6/start-cluster-hfc index 9bee9a846..bf0ec89cf 100755 --- a/cardano_node_tests/cluster_scripts/alonzo_pv6/start-cluster-hfc +++ b/cardano_node_tests/cluster_scripts/alonzo_pv6/start-cluster-hfc @@ -706,7 +706,7 @@ while read -r txhash txix amount _; do done <<< "$(cardano_cli_log query utxo --testnet-magic \ "$NETWORK_MAGIC" \ --address "$TXIN_ADDR" | - grep -E "lovelace \+ TxOutDatumHashNone$")" + grep -E "lovelace \+ TxOutDatumNone$")" TTL="$(cardano_cli_log query tip --testnet-magic "$NETWORK_MAGIC" | jq '.slot + 1000')"