Fix comment typo in addblock.
This commit is contained in:
parent
9f1382f03c
commit
ee19fd79e4
1 changed files with 2 additions and 2 deletions
|
@ -271,8 +271,8 @@ func (bi *blockImporter) Import() chan *importResults {
|
|||
bi.doneChan <- true
|
||||
}()
|
||||
|
||||
// Start the status handler and return the result the channel that it
|
||||
// will send the results on when the import is done.
|
||||
// Start the status handler and return the result channel that it will
|
||||
// send the results on when the import is done.
|
||||
resultChan := make(chan *importResults)
|
||||
go bi.statusHandler(resultChan)
|
||||
return resultChan
|
||||
|
|
Loading…
Reference in a new issue