Skip to content

Commit

Permalink
backports clone derivation 416 (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
segfaultdoc authored Oct 14, 2023
1 parent f6b2cc8 commit f85a020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/account_overrides.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use {
};

/// Encapsulates overridden accounts, typically used for transaction simulations
#[derive(Default)]
#[derive(Clone, Default)]
pub struct AccountOverrides {
accounts: HashMap<Pubkey, AccountSharedData>,
}
Expand Down

0 comments on commit f85a020

Please sign in to comment.