Skip to content

Commit

Permalink
fix: add bank with seed arg length
Browse files Browse the repository at this point in the history
  • Loading branch information
losman0s committed Apr 17, 2024
1 parent b2a5306 commit 9e9e6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion observability/crates/event_indexer/src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1845,7 +1845,7 @@ impl MarginfiEventParser {
return None;
}

let bank_config = BankConfigCompact::deserialize(&mut &instruction_data[..363])
let bank_config = BankConfigCompact::deserialize(&mut &instruction_data[..243])
.unwrap()
.into();

Expand Down

0 comments on commit 9e9e6ab

Please sign in to comment.