Skip to content

Commit

Permalink
chore: Reference #1749 instead of duplicate issue
Browse files Browse the repository at this point in the history
  • Loading branch information
netrome committed Sep 17, 2024
1 parent 15e040b commit 5bb588e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/fuel-core/src/schema/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ impl TxMutation {
let tx_statuses = block_producer
.dry_run_txs(
transactions,
None, // TODO(#2207): Pass parameter from API
None, // TODO(#2207): Pass parameter from API
None, // TODO(#1749): Pass parameter from API
None, // TODO(#1749): Pass parameter from API
utxo_validation,
gas_price.map(|x| x.into()),
)
Expand Down

0 comments on commit 5bb588e

Please sign in to comment.