Skip to content

Commit

Permalink
Update types.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
CreeptoGengar authored Jan 20, 2025
1 parent 018fbc5 commit e24192e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions types/src/v0/impls/block/namespace_payload/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ impl NumTxs {
}

impl NsPayloadByteLen {
// TODO restrict visibility?
pub fn from_usize(n: usize) -> Self {
pub(crate) fn from_usize(n: usize) -> Self {
Self(n)
}
}
Expand Down

0 comments on commit e24192e

Please sign in to comment.