watchtower/standalone: disable reward towers
This commit is contained in:
parent
6504058c74
commit
29009fdc34
@ -85,6 +85,7 @@ func New(cfg *Config) (*Standalone, error) {
|
|||||||
ReadTimeout: cfg.ReadTimeout,
|
ReadTimeout: cfg.ReadTimeout,
|
||||||
WriteTimeout: cfg.WriteTimeout,
|
WriteTimeout: cfg.WriteTimeout,
|
||||||
NewAddress: cfg.NewAddress,
|
NewAddress: cfg.NewAddress,
|
||||||
|
DisableReward: true,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
Loading…
Reference in New Issue
Block a user