mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11: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,
|
||||
/// Cannot map from peer recipient to this blockchain recipient.
|
||||
FailedToMapRecipients,
|
||||
/// Failed to convert from peer blockchain currency to this blockhain currency.
|
||||
/// Failed to convert from peer blockchain currency to this blockchain currency.
|
||||
FailedToConvertCurrency,
|
||||
/// Deposit has failed.
|
||||
DepositFailed,
|
||||
|
||||
Reference in New Issue
Block a user