Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonD3 committed Feb 7, 2024
1 parent 3b50008 commit 925f616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/node/in_memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -855,8 +855,8 @@ pub struct Snapshot {
pub(crate) current_batch: u32,
pub(crate) current_miniblock: u64,
pub(crate) current_miniblock_hash: H256,
// Currently, the fee is static during the test node life cycle,
// but in the future fee input providers can have some mutable state.
// Currently, the fee is static and the fee input provider is immutable during the test node life cycle,
// but in the future, it may contain some mutable state.
pub(crate) fee_input_provider: TestNodeFeeInputProvider,
pub(crate) tx_results: HashMap<H256, TransactionResult>,
pub(crate) blocks: HashMap<H256, Block<TransactionVariant>>,
Expand Down

0 comments on commit 925f616

Please sign in to comment.