Skip to content

Commit fec59cb

Browse files
author
Samuel Dare
committed
feat: whitelist set_commitment
1 parent 380aa65 commit fec59cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ impl Contains<RuntimeCall> for SafeModeWhitelistedCalls {
317317
| pallet_subtensor::Call::set_root_weights { .. }
318318
| pallet_subtensor::Call::serve_axon { .. }
319319
)
320+
| RuntimeCall::Commitments(pallet_commitments::Call::set_commitment { .. })
320321
)
321322
}
322323
}

0 commit comments

Comments
 (0)