mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
chore: spellchecker fixes (#1130)
This commit is contained in:
@@ -148,7 +148,7 @@ impl Size for PreComputedSize {
|
||||
pub enum TransactionEra<BlockNumber, BlockHash> {
|
||||
/// Transaction is immortal.
|
||||
Immortal,
|
||||
/// Transaction is valid for given number of blocks, starting from given block.
|
||||
/// Transaction is valid for a given number of blocks, starting from given block.
|
||||
Mortal(BlockNumber, BlockHash, u32),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user