Skip to content

Commit 922de93

Browse files
authored
Merge pull request #746 from cuithon/main
other: fix comment
2 parents 36f2876 + c4d347c commit 922de93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gas/backend_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func (b *mockBlockEmitter) WatchBlocks(_ context.Context, buffer int64) (<-chan
9292
}
9393

9494
func emitBlock(emitter *mockBlockEmitter, fullBlock bool, txPrice *quantity.Quantity) {
95-
// Wait a bit after emitting so that a the block is processed.
95+
// Wait a bit after emitting so that the block is processed.
9696
defer time.Sleep(100 * time.Millisecond)
9797

9898
if fullBlock {

0 commit comments

Comments
 (0)