Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Apr 3, 2024
1 parent 51c6b9b commit 2c71f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svm/tests/transaction_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ impl SanitizedTransactionBuilder {

SanitizedTransaction::try_from_legacy_transaction(
transaction,
&ReservedAccountKeys::empty_key_set(),
&ReservedAccountKeys::new_all_activated().active,
)
.unwrap()
}
Expand Down

0 comments on commit 2c71f80

Please sign in to comment.