Skip to content

Commit

Permalink
Remove set_owner
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Oct 9, 2023
1 parent 33d16b5 commit 3671c1f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 48 deletions.
61 changes: 18 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,10 @@ impl Contains<RuntimeCall> for SafeCallFilter {
>::initialize { .. })
| RuntimeCall::EthereumBeaconClient(
snowbridge_ethereum_beacon_client::Call::force_checkpoint { .. }
| snowbridge_ethereum_beacon_client::Call::set_owner { .. }
| snowbridge_ethereum_beacon_client::Call::set_operating_mode { .. },
| snowbridge_ethereum_beacon_client::Call::set_operating_mode { .. },
) | RuntimeCall::EthereumInboundQueue(
snowbridge_inbound_queue::Call::set_owner { .. }
| snowbridge_inbound_queue::Call::set_operating_mode { .. },
snowbridge_inbound_queue::Call::set_operating_mode { .. },
) | RuntimeCall::EthereumOutboundQueue(
snowbridge_outbound_queue::Call::set_owner { .. } |
snowbridge_outbound_queue::Call::set_operating_mode { .. },
) | RuntimeCall::EthereumControl(..)
)
Expand Down

0 comments on commit 3671c1f

Please sign in to comment.