Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion node/service/src/chain_spec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pub fn derive_bip44_pairs_from_mnemonic<TPublic: Public>(
}) {
childs.push(child_pair);
} else {
log::error!("An error ocurred while deriving key {} from parent", i)
log::error!("An error occurred while deriving key {} from parent", i)
}
}
childs
Expand Down
2 changes: 1 addition & 1 deletion typescript-api/src/moonbase/interfaces/augment-api-tx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4150,7 +4150,7 @@ declare module "@polkadot/api-base/types/submittable" {
* May be called from any origin except `None`.
*
* This function first attempts to dispatch the `main` call.
* If the `main` call fails, the `fallback` is attemted.
Copy link
Contributor

Choose a reason for hiding this comment

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

This is generated code, we cannot update it here.

* If the `main` call fails, the `fallback` is attempted.
* if the fallback is successfully dispatched, the weights of both calls
* are accumulated and an event containing the main call error is deposited.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ declare module "@polkadot/api-base/types/consts" {
};
crowdloanRewards: {
/**
* Percentage to be payed at initialization
Copy link
Contributor

Choose a reason for hiding this comment

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

Same, this is generated code, the typo needs to be fixed in the rust code.

* Percentage to be paid at initialization
**/
initializationPayment: Perbill & AugmentedConst<ApiType>;
maxInitContributors: u32 & AugmentedConst<ApiType>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2634,7 +2634,7 @@ declare module "@polkadot/api-base/types/events" {
{ location: StagingXcmV5Location }
>;
/**
* HRMP manage action succesfully sent
* HRMP manage action successfully sent
**/
HrmpManagementSent: AugmentedEvent<
ApiType,
Expand Down