mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 18:41:05 +00:00
pallet-identity: Be more paranoid ;) (#12170)
* pallet-identity: Be more paranoid ;)
Check that a registrar is providing judgement for the correct identity.
* Fixes
* Fix alliance
* 🤦
* Fixes
* ...
This commit is contained in:
@@ -86,12 +86,12 @@ macro_rules! whitelist {
|
||||
/// ```
|
||||
///
|
||||
/// Note that due to parsing restrictions, if the `from` expression is not a single token (i.e. a
|
||||
/// literal or constant), then it must be parenthesised.
|
||||
/// literal or constant), then it must be parenthesized.
|
||||
///
|
||||
/// The macro allows for a number of "arms", each representing an individual benchmark. Using the
|
||||
/// simple syntax, the associated dispatchable function maps 1:1 with the benchmark and the name of
|
||||
/// the benchmark is the same as that of the associated function. However, extended syntax allows
|
||||
/// for arbitrary expresions to be evaluated in a benchmark (including for example,
|
||||
/// for arbitrary expressions to be evaluated in a benchmark (including for example,
|
||||
/// `on_initialize`).
|
||||
///
|
||||
/// Note that the ranges are *inclusive* on both sides. This is in contrast to ranges in Rust which
|
||||
|
||||
Reference in New Issue
Block a user