Make StakeDelegations clone-on-write (#21542)

This commit is contained in:
Brooks Prumo
2021-12-03 08:54:38 -06:00
committed by GitHub
parent 1a4a039913
commit 0ef1b25e4b
5 changed files with 102 additions and 10 deletions

View File

@@ -48,6 +48,7 @@ pub mod snapshot_hash;
pub mod snapshot_package;
pub mod snapshot_utils;
pub mod sorted_storages;
pub mod stake_delegations;
pub mod stake_weighted_timestamp;
pub mod stakes;
pub mod status_cache;