consensus: fix comment typo
This commit is contained in:
parent
72795716bf
commit
36ce23789a
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ var (
|
|||
_ block.Block = (*neoBlock)(nil)
|
||||
)
|
||||
|
||||
// NewPayload creates new consensus payloa dfor the provided network.
|
||||
// NewPayload creates new consensus payload for the provided network.
|
||||
func NewPayload(m netmode.Magic) *Payload {
|
||||
return &Payload{
|
||||
network: m,
|
||||
|
|
Loading…
Reference in a new issue