Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update core/state-machine/src/lib.rs
Co-Authored-By: DemiMarie-parity <[email protected]>
  • Loading branch information
svyatonik and Demi-Marie authored Aug 29, 2019
commit 9d51eeee62e738d77e82890abf134fdf21e3229a
2 changes: 1 addition & 1 deletion core/state-machine/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ pub trait StorageExternalities<H: Hasher> {
/// Extra externalities API: pinned to specific active address.
///
/// Methods of this trait may have side-effects. Therefore, it isn't safe
/// to catch unwindings of any panics that occur during these methods call.
/// to catch unwinding of any panics that occur during calls to them.
pub trait Externalities<H: Hasher>: StorageExternalities<H> {
/// Returns offchain externalities extension if present.
fn offchain(&mut self) -> Option<&mut dyn offchain::Externalities>;
Expand Down