Skip to content

Commit eea06e4

Browse files
authored
fix: PAY_FOR_BLOB namespace (#278)
1 parent 594e9fa commit eea06e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/src/nmt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ impl Namespace {
102102
///
103103
/// [`Share`]: crate::share::Share
104104
/// [`MsgPayForBlobs`]: celestia_proto::celestia::blob::v1::MsgPayForBlobs
105-
pub const PAY_FOR_BLOB: Namespace = Namespace::const_v0([0, 0, 0, 0, 0, 0, 0, 0, 0, 1]);
105+
pub const PAY_FOR_BLOB: Namespace = Namespace::const_v0([0, 0, 0, 0, 0, 0, 0, 0, 0, 4]);
106106

107107
/// Primary reserved [`Namespace`] for the [`Share`]s used for padding.
108108
///

0 commit comments

Comments
 (0)