mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 17:55:36 +01:00
Merge pull request #3538 from fridokus/master
trivial: fix typo in config.go
This commit is contained in:
commit
bc8308f42f
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.
|
||||
func checkZMQOptions(zmqBlockHost, zmqTxHost string) error {
|
||||
if zmqBlockHost == zmqTxHost {
|
||||
return errors.New("zmqpubrawblock and zmqpubrawtx must be set" +
|
||||
return errors.New("zmqpubrawblock and zmqpubrawtx must be set " +
|
||||
"to different addresses")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue