Skip to content

Commit

Permalink
skip-tx-from-data: don't check tx in holder
Browse files Browse the repository at this point in the history
  • Loading branch information
afalaleev committed Dec 3, 2024
1 parent 377b1cf commit b685314
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pub fn process<'a>(

let trx = Transaction::scheduled_from_rlp(message)?;
let _ = validate_scheduled_tx(&trx, tree_index)?;
holder.validate_transaction(&trx)?;

transaction_tree.skip_transaction(&trx)?;

Expand Down

0 comments on commit b685314

Please sign in to comment.