Skip to content

Commit

Permalink
Last cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed May 29, 2024
1 parent 03c5648 commit 9f658e1
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 190 deletions.
2 changes: 1 addition & 1 deletion substrate/frame/executive/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ mod try_runtime {
use frame_support::traits::{IdentifiableTryStateLogic, TryStateLogic};
use sp_runtime::traits::AtLeast32BitUnsigned;

// Will contain `true` when the custom runtime logic was called.
// Will contain `true` when the custom runtime logic is called.
pub(super) static mut CANARY_FLAG: bool = false;

const CUSTOM_TRY_STATE_ID: &[u8] = b"custom_try_state";
Expand Down
Loading

0 comments on commit 9f658e1

Please sign in to comment.