Skip to content

Commit

Permalink
update digest
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Sep 11, 2024
1 parent 4086b9e commit 45aeb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ struct RentMetrics {
pub type BankStatusCache = StatusCache<Result<()>>;
#[cfg_attr(
feature = "frozen-abi",
frozen_abi(digest = "EQwW6Ym6ECKaAREnAgkhXYisBQovuraBKSALdJ8koZzq")
frozen_abi(digest = "J2P3apnVcSybbihC8mgz3hxxJscWN7Gb7Mh4CBQLEejG")
)]
pub type BankSlotDelta = SlotDelta<Result<()>>;

Expand Down

0 comments on commit 45aeb6e

Please sign in to comment.