Skip to content

Commit b6bd875

Browse files
authored
fix: ix chains reuse cumulative accounts (#190)
1 parent c2a4f2c commit b6bd875

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

harness/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,8 @@ impl Mollusk {
10641064
);
10651065

10661066
for (index, instruction) in instructions.iter().enumerate() {
1067+
let accounts = &composite_result.resulting_accounts;
1068+
10671069
let (sanitized_message, transaction_accounts) =
10681070
crate::compile_accounts::compile_accounts(
10691071
instruction,

0 commit comments

Comments
 (0)