Skip to content

Commit f75bf2b

Browse files
committed
chore: add CapOmitMasterBlockHistory
1 parent decef1a commit f75bf2b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/models/global_version.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,11 @@ decl_global_capability! {
213213
///
214214
/// Mask: `0x100000000`
215215
CapFastFinality = 32,
216+
217+
/// Omits master block history to save storage space.
218+
///
219+
/// Mask: `0x400000000`
220+
CapOmitMasterBlockHistory = 34,
216221
}
217222
}
218223

0 commit comments

Comments
 (0)