Skip to content

Commit

Permalink
Make Transaction data_store public again
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-D-coder committed Apr 2, 2024
1 parent bf148d3 commit 446a76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use self::nodes::{
};

pub struct Transaction<S, V> {
data_store: S,
pub data_store: S,
current_root: TrieRoot<NodeRef<V>>,
}

Expand Down

0 comments on commit 446a76d

Please sign in to comment.