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
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 client/service/src/config.rs
Co-Authored-By: Kian Paimani <[email protected]>
  • Loading branch information
drahnr and kianenigma authored Apr 22, 2020
commit 08853b0eef392fdd346ae38d9043a05b1dc85a79
2 changes: 1 addition & 1 deletion client/service/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ impl KeystoreConfig {
pub struct OffchainWorkerConfig {
/// If this is allowed.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// If this is allowed.
/// Should we run Offchain Workers after every block?

pub enabled: bool,
/// allow writes from the runtime to the offchain worker database
/// allow writes from the runtime to the offchain worker database.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// allow writes from the runtime to the offchain worker database.
/// Allow writes from the runtime to the Offchain DB.

pub indexing_enabled: bool,
}

Expand Down