Skip to content

Commit

Permalink
Link issue in todo
Browse files Browse the repository at this point in the history
  • Loading branch information
cptartur committed Jun 29, 2023
1 parent fa8d32e commit 2889752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protostar-rust/src/cheatcodes_hint_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ fn execute_cheatcode_hint(
panic_data_end,
} => {
let contract_address = get_val(vm, prepared_contract_address)?;
// TODO deploy should fail if contract address provided doesn't match calculated
// TODO(#1991) deploy should fail if contract address provided doesn't match calculated
// or not accept this address as argument at all.
let class_hash = get_val(vm, prepared_class_hash)?;
let as_relocatable = |vm, value| {
Expand Down

0 comments on commit 2889752

Please sign in to comment.