Skip to content

Commit

Permalink
Merge pull request #731 from mkoura/fix_utxo_output
Browse files Browse the repository at this point in the history
Fix for changed output of `query utxo`
  • Loading branch information
mkoura committed Oct 11, 2021
2 parents babbcf1 + 993ac78 commit 092b827
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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')"

Expand Down

0 comments on commit 092b827

Please sign in to comment.