Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
benr-ml committed Feb 15, 2024
1 parent 43b634c commit 8bc11d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/sui-types/src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,6 @@ impl ProgrammableTransaction {
value: config.max_programmable_tx_commands().to_string()
}
);

let total_inputs = self.input_objects()?.len() + self.receiving_objects().len();
fp_ensure!(
total_inputs <= config.max_input_objects() as usize,
Expand Down

0 comments on commit 8bc11d5

Please sign in to comment.