Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix comments of default Configs #611

Merged
merged 2 commits into from
Jul 10, 2023
Merged

Fix comments of default Configs #611

merged 2 commits into from
Jul 10, 2023

Conversation

haerdib
Copy link
Contributor

@haerdib haerdib commented Jul 10, 2023

No description provided.

@haerdib haerdib self-assigned this Jul 10, 2023
@haerdib haerdib requested a review from echevrier July 10, 2023 07:35
@haerdib haerdib marked this pull request as ready for review July 10, 2023 09:20
@@ -15,7 +15,7 @@ use crate::{
use codec::{Decode, Encode};
use core::fmt::Debug;

/// Default set of commonly used types by Substrate kitchensink runtime.
/// Commonly used config of Substrate runtimes that use the asset pallet.
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe "Standard runtime config for Substrate and Polkadot nodes that use the asset pallet" ?

@@ -11,7 +11,7 @@ use crate::{
config::WithExtrinsicParams, AssetRuntimeConfig, Config, GenericExtrinsicParams, PlainTip,
};

/// Default set of commonly used types by Polkadot nodes.
/// Commonly used config of Substrate and Polkadot nodes.
pub type DefaultRuntimeConfig =
Copy link
Contributor

Choose a reason for hiding this comment

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

Similar to previous comment: "Standard runtime config for Substrate and Polkadot nodes that use native payment" ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'd refrain from using native payment, as Parity does not use it either.

What about a simple /// Standard runtime config for Substrate and Polkadot nodes. ?

@haerdib haerdib merged commit 47d1173 into master Jul 10, 2023
@haerdib haerdib deleted the bh/fix-comments branch July 10, 2023 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants