Fix typo
This commit is contained in:
parent
6f1c2cebbc
commit
fab41105b2
@ -48,7 +48,7 @@ func NewBitcoinRPC(config json.RawMessage, pushHandler func(*bchain.MQMessage),
|
||||
var c configuration
|
||||
err = json.Unmarshal(config, &c)
|
||||
if err != nil {
|
||||
return nil, errors.Annotatef(err, "Invalid configuragion file")
|
||||
return nil, errors.Annotatef(err, "Invalid configuration file")
|
||||
}
|
||||
transport := &http.Transport{
|
||||
Dial: (&net.Dialer{KeepAlive: 600 * time.Second}).Dial,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user