ensure_arbos_account_in_bundle

Function ensure_arbos_account_in_bundle 

Source
pub fn ensure_arbos_account_in_bundle<D: Database>(state: &mut State<D>)
Expand description

Ensures the ArbOS account exists in bundle_state.

Uses database.basic() instead of state.basic() to avoid cache non-determinism.