Skip to content

Commit fd0e7b1

Browse files
authored
Merge pull request #15280 from terasum/master
miner: fix typo
2 parents ad44475 + e9382c6 commit fd0e7b1

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)