Skip to content

Commit

Permalink
Add documentation around FRAME Offchain workers (paritytech#3463)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianenigma and Szegoo authored Feb 28, 2024
1 parent ec119e2 commit ba97338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/support/src/traits/hooks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ pub trait Hooks<BlockNumber> {
}

/// Implementing this function on a pallet allows you to perform long-running tasks that are
/// dispatched as separate threads, and entirely independent of the main wasm runtime.
/// dispatched as separate threads, and entirely independent of the main blockchain execution.
///
/// This function can freely read from the state, but any change it makes to the state is
/// meaningless. Writes can be pushed back to the chain by submitting extrinsics from the
Expand Down

0 comments on commit ba97338

Please sign in to comment.