Skip to content

Commit ee6cce8

Browse files
committed
deploy: d074a6d
1 parent ef900bb commit ee6cce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shiden_runtime/xcm_config.rs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -541,12 +541,12 @@
541541
</span><span class="kw">pub struct </span>SafeCallFilter;
542542
<span class="kw">impl </span>SafeCallFilter {
543543
<span class="comment">// 1. RuntimeCall::EVM(..) &amp; RuntimeCall::Ethereum(..) have to be prohibited since we cannot measure PoV size properly
544-
// 2. RuntimeCall::Contracts(..) can be allowed, but it hasn&#39;t been tested properly yet.
545544

546545
</span><span class="doccomment">/// Checks whether the base (non-composite) call is allowed to be executed via `Transact` XCM instruction.
547546
</span><span class="kw">pub fn </span>allow_base_call(call: <span class="kw-2">&amp;</span>RuntimeCall) -&gt; bool {
548547
<span class="kw">match </span>call {
549548
RuntimeCall::System(..)
549+
| RuntimeCall::Contracts(..)
550550
| RuntimeCall::Identity(..)
551551
| RuntimeCall::Balances(..)
552552
| RuntimeCall::Vesting(..)

0 commit comments

Comments
 (0)