mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 15:41:02 +00:00
Revamp some of the weights (#4759)
* Remove free transaction dos vectors. * Bump spec version * Indentation. * Update frame/support/src/weights.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -385,7 +385,7 @@ mod tests {
|
||||
fn some_root_operation(origin) {
|
||||
let _ = frame_system::ensure_root(origin);
|
||||
}
|
||||
#[weight = SimpleDispatchInfo::FreeNormal]
|
||||
#[weight = SimpleDispatchInfo::InsecureFreeNormal]
|
||||
fn some_unsigned_message(origin) {
|
||||
let _ = frame_system::ensure_none(origin);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user