File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ pub struct PendingTransaction {
361
361
pub transaction : MaybeImpersonatedTransaction ,
362
362
/// the recovered sender of this transaction
363
363
sender : Address ,
364
- /// hash of `transaction`, so it can easily be reused with encoding and hashing agan
364
+ /// hash of `transaction`, so it can easily be reused with encoding and hashing again
365
365
hash : TxHash ,
366
366
}
367
367
Original file line number Diff line number Diff line change @@ -2724,7 +2724,7 @@ impl EthApi {
2724
2724
}
2725
2725
}
2726
2726
2727
- // ===== impl Wallet endppoints =====
2727
+ // ===== impl Wallet endpoints =====
2728
2728
impl EthApi {
2729
2729
/// Get the capabilities of the wallet.
2730
2730
///
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ pub enum MiningMode {
135
135
/// A miner that constructs a new block every `interval` tick
136
136
FixedBlockTime ( FixedBlockTimeMiner ) ,
137
137
138
- /// A minner that uses both Auto and FixedBlockTime
138
+ /// A miner that uses both Auto and FixedBlockTime
139
139
Mixed ( ReadyTransactionMiner , FixedBlockTimeMiner ) ,
140
140
}
141
141
Original file line number Diff line number Diff line change @@ -1003,7 +1003,7 @@ async fn evm_mine_blk_with_same_timestamp() {
1003
1003
1004
1004
// mine 4 blocks instantly.
1005
1005
#[ tokio:: test( flavor = "multi_thread" ) ]
1006
- async fn test_mine_blks_with_same_timestamp ( ) {
1006
+ async fn test_mine_blk_with_same_timestamp ( ) {
1007
1007
let ( api, handle) = spawn ( NodeConfig :: test ( ) ) . await ;
1008
1008
let provider = handle. http_provider ( ) ;
1009
1009
You can’t perform that action at this time.
0 commit comments