Account->AccountSharedData (#15691)
This commit is contained in:
committed by
GitHub
parent
61c7ce857e
commit
8a3135d17b
@ -16,6 +16,6 @@ fn bench_to_from_account(b: &mut Bencher) {
|
||||
}
|
||||
b.iter(|| {
|
||||
let account = create_account(&slot_hashes, 0);
|
||||
slot_hashes = from_account::<SlotHashes>(&account).unwrap();
|
||||
slot_hashes = from_account::<SlotHashes, _>(&account).unwrap();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user