Skip to content

Commit

Permalink
whitelist subtensor calls during safe mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Jul 2, 2024
1 parent 8179fbd commit 8ff7e9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ impl Contains<RuntimeCall> for SafeModeWhitelistedCalls {
| RuntimeCall::System(_)
| RuntimeCall::SafeMode(_)
| RuntimeCall::Timestamp(_)
| RuntimeCall::SubtensorModule(_)
)
}
}
Expand Down

0 comments on commit 8ff7e9c

Please sign in to comment.