Skip to content

Commit

Permalink
Update substrate/frame/revive/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Theißen <alex.theissen@me.com>
  • Loading branch information
xermicus and athei authored Oct 3, 2024
1 parent 6ea3327 commit f325b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/revive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ type CodeVec = BoundedVec<u8, ConstU32<{ limits::code::BLOB_BYTES }>>;
type EventRecordOf<T> =
EventRecord<<T as frame_system::Config>::RuntimeEvent, <T as frame_system::Config>::Hash>;
type DebugBuffer = BoundedVec<u8, ConstU32<{ limits::DEBUG_BUFFER_BYTES }>>;
pub(crate) type ImmutableData = BoundedVec<u8, ConstU32<{ limits::IMMUTABLE_BYTES }>>;
type ImmutableData = BoundedVec<u8, ConstU32<{ limits::IMMUTABLE_BYTES }>>;

/// Used as a sentinel value when reading and writing contract memory.
///
Expand Down

0 comments on commit f325b72

Please sign in to comment.