Fix typo in config.go
This commit is contained in:
parent
9b1ecbd3fa
commit
b3669d71e3
@ -1508,7 +1508,7 @@ func extractBitcoindRPCParams(bitcoindConfigPath string) (string, string, string
|
|||||||
// ZMQ rawblock and rawtx notifications are different.
|
// ZMQ rawblock and rawtx notifications are different.
|
||||||
func checkZMQOptions(zmqBlockHost, zmqTxHost string) error {
|
func checkZMQOptions(zmqBlockHost, zmqTxHost string) error {
|
||||||
if zmqBlockHost == zmqTxHost {
|
if zmqBlockHost == zmqTxHost {
|
||||||
return errors.New("zmqpubrawblock and zmqpubrawtx must be set" +
|
return errors.New("zmqpubrawblock and zmqpubrawtx must be set " +
|
||||||
"to different addresses")
|
"to different addresses")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user