Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Aug 7, 2024
1 parent 361e042 commit f5ebd72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pallets/regions/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ pub mod pallet {
}

fn pre_dispatch(_call: &Self::Call) -> Result<(), TransactionValidityError> {
// Given that the `request_region_record` function contains checks there is no need to
// call `validate_unsigned` again.
Ok(())
}
}
Expand Down

0 comments on commit f5ebd72

Please sign in to comment.