diff --git a/runtime/src/bank.rs b/runtime/src/bank.rs index 49a9c84176..602cbdb327 100644 --- a/runtime/src/bank.rs +++ b/runtime/src/bank.rs @@ -221,7 +221,7 @@ impl RentDebits { } type BankStatusCache = StatusCache>; -#[frozen_abi(digest = "Gr2MTwWyUdkbF6FxM6TSwGaC3c5buUirHmh64oAPgg7Z")] +#[frozen_abi(digest = "FPLuTUU5MjwsijzDubxY6BvBEkWULhYNUyY6Puqejb4g")] pub type BankSlotDelta = SlotDelta>; // Eager rent collection repeats in cyclic manner.