File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ func (p *triePrefetcher) terminate(async bool) {
82
82
return
83
83
default :
84
84
}
85
- // Termiante all sub-fetchers, sync or async, depending on the request
85
+ // Terminate all sub-fetchers, sync or async, depending on the request
86
86
for _ , fetcher := range p .fetchers {
87
87
fetcher .terminate (async )
88
88
}
Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ func TestSupplySelfdestruct(t *testing.T) {
398
398
}
399
399
400
400
// Tests selfdestructing contract to send its balance to itself (burn).
401
- // It tests both cases of selfdestructing succeding and being reverted.
401
+ // It tests both cases of selfdestructing succeeding and being reverted.
402
402
// - Contract A calls B and D.
403
403
// - Contract B selfdestructs and sends the eth1 to itself (Burn amount to be counted).
404
404
// - Contract C selfdestructs and sends the eth1 to itself.
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ func (s *supply) internalTxsHandler(call *supplyTxCallstack) {
205
205
}
206
206
207
207
if len (call .calls ) > 0 {
208
- // Recursivelly handle internal calls
208
+ // Recursively handle internal calls
209
209
for _ , call := range call .calls {
210
210
callCopy := call
211
211
s .internalTxsHandler (& callCopy )
You can’t perform that action at this time.
0 commit comments