Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-stones committed Sep 14, 2023
1 parent 83894c6 commit 1d12230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cost-model/src/transaction_cost.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl TransactionCost {

pub fn writable_accounts(&self) -> &[Pubkey] {
match self {
Self::Vote { writable_accounts } => &writable_accounts,
Self::Vote { writable_accounts } => writable_accounts,
Self::Transaction(usage_cost) => &usage_cost.writable_accounts,
}
}
Expand Down

0 comments on commit 1d12230

Please sign in to comment.