mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
Fix typo in config.go
This commit is contained in:
parent
9b1ecbd3fa
commit
b3669d71e3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue