Skip to content

Commit

Permalink
chore: private field
Browse files Browse the repository at this point in the history
  • Loading branch information
quake committed Apr 10, 2019
1 parent f5a17c1 commit f5b8a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/cell_set.rs
Expand Up @@ -51,7 +51,7 @@ impl CellProvider for CellSetDiff {

#[derive(Default, Debug, PartialEq, Eq, Clone, Serialize, Deserialize)]
pub struct CellSet {
pub inner: FnvHashMap<H256, TransactionMeta>,
inner: FnvHashMap<H256, TransactionMeta>,
}

impl CellSet {
Expand Down

0 comments on commit f5b8a01

Please sign in to comment.