Skip to content

Commit 6f90ff9

Browse files
authored
instr: test > 128 accounts (#383)
1 parent 57f2d14 commit 6f90ff9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -429,10 +429,6 @@ impl TryFrom<proto::InstrContext> for InstrContext {
429429
})
430430
.collect::<Result<Vec<_>, _>>()?;
431431

432-
if instruction_accounts.len() > 128 {
433-
return Err(Error::InvalidFixtureInput);
434-
}
435-
436432
let instruction = StableInstruction {
437433
accounts: instruction_accounts.into(),
438434
data: input.data.into(),

0 commit comments

Comments
 (0)