From 054e475c6ccba0a794d70101c0460fb8bd44784d Mon Sep 17 00:00:00 2001 From: Tao Zhu Date: Thu, 13 Jan 2022 14:18:58 -0600 Subject: [PATCH] ABI changed - added two more vote_cost related fields to cost_tracker --- runtime/src/bank.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.