Skip to content

Commit 5ef325b

Browse files
gzliudantrillom8
andauthored
eth/downloader, eth/tracer: fix typos in comments ethereum#29707 (#1472)
Co-authored-by: trillo <[email protected]>
1 parent db10823 commit 5ef325b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eth/downloader/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func (api *DownloaderAPI) eventLoop() {
8989
}
9090
}
9191

92-
// Syncing provides information when this nodes starts synchronising with the Ethereum network and when it's finished.
92+
// Syncing provides information when this node starts synchronising with the Ethereum network and when it's finished.
9393
func (api *DownloaderAPI) Syncing(ctx context.Context) (*rpc.Subscription, error) {
9494
notifier, supported := rpc.NotifierFromContext(ctx)
9595
if !supported {

eth/tracers/api_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ func TestTraceCall(t *testing.T) {
317317
config: &TraceCallConfig{TxIndex: uintPtr(1)},
318318
expectErr: fmt.Errorf("tracing failed: insufficient funds for gas * price + value: address %s have 1000000000000000000 want 1000000000000000100", accounts[2].addr.String()),
319319
},
320-
// After the target transaction, should be succeed
320+
// After the target transaction, should be succeeded
321321
{
322322
blockNumber: rpc.BlockNumber(genBlocks - 1),
323323
call: ethapi.TransactionArgs{

0 commit comments

Comments
 (0)