Skip to content

Commit

Permalink
chore: remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
Fumuran committed Nov 21, 2024
1 parent f1613e6 commit d654bb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion miden-tx/src/tests/kernel_tests/test_tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,6 @@ fn test_fpi_execute_foreign_procedure() {
let tx_context = mock_chain
.build_tx_context(native_account.id(), &[], &[])
.advice_inputs(advice_inputs.clone())
// .foreign_account_codes(vec![foreign_account.code().clone()])
.tx_script(tx_script)
.build();

Expand Down

0 comments on commit d654bb0

Please sign in to comment.