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

Database backend #133

Merged
merged 8 commits into from
May 2, 2018
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
Fixed comment
  • Loading branch information
arkpar committed Apr 16, 2018

Verified

This commit was signed with the committer’s verified signature.
ockham Bernie Reiter
commit 9d6d92deafaa791dc13bcb03da7d58de99b851b5
2 changes: 1 addition & 1 deletion polkadot/service/src/config.rs
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ pub struct Configuration {
pub network: NetworkConfiguration,
/// Path to key files.
pub keystore_path: String,
/// Additional key seeds.
/// Path to the database.
pub database_path: String,
Copy link
Contributor

Choose a reason for hiding this comment

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

doc is wrong here

/// Additional key seeds.
pub keys: Vec<String>,