mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
Add backbone configuration of cargo-spellcheck (#924)
* feat(config): add backbone configuration of cargo-spellcheck * feat(config): try to narrow a source code to analysis * feat(config): try to narrow a source code to analysis via find command * Update .github/workflows/lint.yml ;-) Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com> * Update .github/workflows/lint.yml Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com> * Use bash. * Fix spelling. Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com> Co-authored-by: Tomasz Drwięga <tomasz@parity.io>
This commit is contained in:
committed by
Bastian Köcher
parent
01cede2120
commit
051030374a
@@ -70,7 +70,7 @@ decl_error! {
|
|||||||
InvalidRecipient,
|
InvalidRecipient,
|
||||||
/// Cannot map from peer recipient to this blockchain recipient.
|
/// Cannot map from peer recipient to this blockchain recipient.
|
||||||
FailedToMapRecipients,
|
FailedToMapRecipients,
|
||||||
/// Failed to convert from peer blockchain currency to this blockhain currency.
|
/// Failed to convert from peer blockchain currency to this blockchain currency.
|
||||||
FailedToConvertCurrency,
|
FailedToConvertCurrency,
|
||||||
/// Deposit has failed.
|
/// Deposit has failed.
|
||||||
DepositFailed,
|
DepositFailed,
|
||||||
|
|||||||
Reference in New Issue
Block a user