ABI changed - added two more vote_cost related fields to cost_tracker

This commit is contained in:
Tao Zhu
2022-01-13 14:18:58 -06:00
committed by Tao Zhu
parent 7a421fe602
commit 054e475c6c

View File

@ -221,7 +221,7 @@ impl RentDebits {
}
type BankStatusCache = StatusCache<Result<()>>;
#[frozen_abi(digest = "Gr2MTwWyUdkbF6FxM6TSwGaC3c5buUirHmh64oAPgg7Z")]
#[frozen_abi(digest = "FPLuTUU5MjwsijzDubxY6BvBEkWULhYNUyY6Puqejb4g")]
pub type BankSlotDelta = SlotDelta<Result<()>>;
// Eager rent collection repeats in cyclic manner.