mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 16:47:57 +00:00
Fix typo in traits.rs (#2971)
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
This commit is contained in:
@@ -1790,7 +1790,7 @@ pub trait ValidateUnsigned {
|
||||
/// this code before the unsigned extrinsic enters the transaction pool and also periodically
|
||||
/// afterwards to ensure the validity. To prevent dos-ing a network with unsigned
|
||||
/// extrinsics, these validity checks should include some checks around uniqueness, for example,
|
||||
/// like checking that the unsigned extrinsic was send by an authority in the active set.
|
||||
/// checking that the unsigned extrinsic was sent by an authority in the active set.
|
||||
///
|
||||
/// Changes made to storage should be discarded by caller.
|
||||
fn validate_unsigned(source: TransactionSource, call: &Self::Call) -> TransactionValidity;
|
||||
|
||||
Reference in New Issue
Block a user