Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardoaraujor committed Aug 11, 2023
1 parent c2368f4 commit 5ec0432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/examples/offchain-worker-ping-pong/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ impl<T: Config> Pallet<T> {
//
// By default unsigned transactions are disallowed, so we need to whitelist this case by
// writing our implementation for the `ValidateUnsigned` trait. Note that it's EXTREMELY
// important to carefuly implement unsigned validation logic, as any mistakes can lead
// important to carefully implement unsigned validation logic, as any mistakes can lead
// to opening DoS or spam attack vectors. See validation logic docs for more details.
SubmitTransaction::<T, Call<T>>::submit_unsigned_transaction(call.into())
.map_err(|()| "Unable to submit unsigned transaction.")?;
Expand Down

0 comments on commit 5ec0432

Please sign in to comment.