Correct typo
This commit is contained in:
parent
4cb933d035
commit
2dfda48b94
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ import (
|
||||||
type BlockLocator []*chainhash.Hash
|
type BlockLocator []*chainhash.Hash
|
||||||
|
|
||||||
// blockLocatorFromHash returns a block locator for the passed block hash.
|
// blockLocatorFromHash returns a block locator for the passed block hash.
|
||||||
// See BlockLocator for details on the algotirhm used to create a block locator.
|
// See BlockLocator for details on the algorithm used to create a block locator.
|
||||||
//
|
//
|
||||||
// In addition to the general algorithm referenced above, there are a couple of
|
// In addition to the general algorithm referenced above, there are a couple of
|
||||||
// special cases which are handled:
|
// special cases which are handled:
|
||||||
|
|
Loading…
Reference in a new issue