Adapt to feature::create_account
This commit is contained in:
committed by
mergify[bot]
parent
a3912bc084
commit
e60bda082d
@ -9861,7 +9861,7 @@ mod tests {
|
||||
let feature = Feature { activated_at: None };
|
||||
bank.store_account(
|
||||
&feature_set::timestamp_bounding::id(),
|
||||
&feature.create_account(42),
|
||||
&feature::create_account(&feature, 42),
|
||||
);
|
||||
for _ in 0..30 {
|
||||
bank = new_from_parent(&Arc::new(bank));
|
||||
|
Reference in New Issue
Block a user