We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380aa65 commit fec59cbCopy full SHA for fec59cb
runtime/src/lib.rs
@@ -317,6 +317,7 @@ impl Contains<RuntimeCall> for SafeModeWhitelistedCalls {
317
| pallet_subtensor::Call::set_root_weights { .. }
318
| pallet_subtensor::Call::serve_axon { .. }
319
)
320
+ | RuntimeCall::Commitments(pallet_commitments::Call::set_commitment { .. })
321
322
}
323
0 commit comments