network: fix typo in error message
This commit is contained in:
parent
76c687aaa1
commit
6ca7983be8
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ func newServerFromConstructors(config ServerConfig, chain blockchainer.Blockchai
|
|||
chain.SetNotary(n)
|
||||
}
|
||||
} else if config.P2PNotaryCfg.Enabled {
|
||||
return nil, errors.New("P2PSigExtensions are disabled, but Notary service is enable")
|
||||
return nil, errors.New("P2PSigExtensions are disabled, but Notary service is enabled")
|
||||
}
|
||||
s.bQueue = newBlockQueue(maxBlockBatch, chain, log, func(b *block.Block) {
|
||||
s.tryStartServices()
|
||||
|
|
Loading…
Reference in a new issue