Skip to content

Commit

Permalink
Update lib.rs (#1676)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdossa authored May 22, 2024
1 parent 941182a commit bb97f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/relayer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ impl<T: Config> Module<T> {
// These pallets are subsidised by the paying key.
b"Asset" | b"ComplianceManager" | b"CorporateAction" | b"ExternalAgents"
| b"Permissions" | b"Portfolio" | b"Settlement" | b"Statistics" | b"Sto"
| b"Balances" => Ok(Some(())),
| b"Balances" | b"Identity" => Ok(Some(())),
// The user key needs to pay for `remove_paying_key` call.
b"Relayer" => Ok(None),
// Reject all other pallets.
Expand Down

0 comments on commit bb97f00

Please sign in to comment.