Skip to content

Commit

Permalink
revert signature length update (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
greged93 authored Jun 6, 2024
1 parent 10d1135 commit 03a7706
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/ef-testing/src/evm_sequencer/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ pub fn to_broadcasted_starknet_transaction(
s_low.into(),
s_high.into(),
v.into(),
FieldElement::ZERO,
];

let request = BroadcastedInvokeTransaction {
Expand Down

0 comments on commit 03a7706

Please sign in to comment.