Move transaction error code into new module (#21635)

This commit is contained in:
Justin Starry
2021-12-06 12:45:33 -05:00
committed by GitHub
parent df2b448993
commit 3dab1e711d
3 changed files with 126 additions and 119 deletions

View File

@ -234,7 +234,7 @@ impl ExecuteTimings {
}
type BankStatusCache = StatusCache<Result<()>>;
#[frozen_abi(digest = "7bCDimGo11ajw6ZHViBBu8KPfoDZBcwSnumWCU8MMuwr")]
#[frozen_abi(digest = "32EjVUc6shHHVPpsnBAVfyBziMgyFzH8qxisLwmwwdS1")]
pub type BankSlotDelta = SlotDelta<Result<()>>;
type TransactionAccountRefCells = Vec<(Pubkey, Rc<RefCell<AccountSharedData>>)>;