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

Optimize offchain worker api by re-using http-client #6454

Merged
merged 8 commits into from
Jun 23, 2020
Next Next commit
Fix typo in offchain's docs
  • Loading branch information
Scott Piriou committed Jun 21, 2020
commit d8e703c4b863b150b47ff16ed4dae762925005c4
2 changes: 1 addition & 1 deletion client/offchain/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! The offchain workers is a special function of the runtime that
//! gets executed after block is imported. During execution
//! it's able to asynchronously submit extrinsics that will either
//! be propagated to other nodes added to the next block
//! be propagated to other nodes or added to the next block
//! produced by the node as unsigned transactions.
//!
//! Offchain workers can be used for computation-heavy tasks
Expand Down