Skip to content

Commit e9382c6

Browse files
committed
miner: fix typo
1 parent ad44475 commit e9382c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miner/remote_agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func (a *RemoteAgent) SubmitWork(nonce types.BlockNonce, mixDigest, hash common.
163163
}
164164

165165
// loop monitors mining events on the work and quit channels, updating the internal
166-
// state of the rmeote miner until a termination is requested.
166+
// state of the remote miner until a termination is requested.
167167
//
168168
// Note, the reason the work and quit channels are passed as parameters is because
169169
// RemoteAgent.Start() constantly recreates these channels, so the loop code cannot

0 commit comments

Comments
 (0)