Skip to content

Commit

Permalink
Merge branch 'igamigo-send-sync' of https://github.com/0xPolygonMiden…
Browse files Browse the repository at this point in the history
…/miden-base into igamigo-send-sync
  • Loading branch information
igamigo committed Oct 29, 2024
2 parents 0e6b1b2 + 081cefa commit 70a734e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miden-tx/src/executor/mast_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use vm_processor::MastForestStore;
/// MASTs for these procedures. The VM will request [MastForest]s from the store when it encounters
/// a procedure which it doesn't have the code for. Thus, to execute a program which makes
/// references to external procedures, the store must be loaded with [MastForest]s containing these
/// procedures.use std::collections::BTreeMap;
/// procedures.
pub struct TransactionMastStore {
mast_forests: RwLock<BTreeMap<Digest, Arc<MastForest>>>,
}
Expand Down

0 comments on commit 70a734e

Please sign in to comment.