fix: activate 4 DEAD audit items - cancel token, backup pools UI, payment_id to Stratum, remove minimize_to_tray
This commit is contained in:
@@ -121,11 +121,12 @@ func main() {
|
||||
})
|
||||
|
||||
defaultPoolCfg := pool.Config{
|
||||
Host: cfg.Pool.Host,
|
||||
Port: cfg.Pool.Port,
|
||||
UseTLS: cfg.Pool.UseTLS,
|
||||
Wallet: cfg.Wallet.Address,
|
||||
Password: cfg.Pool.Password,
|
||||
Host: cfg.Pool.Host,
|
||||
Port: cfg.Pool.Port,
|
||||
UseTLS: cfg.Pool.UseTLS,
|
||||
Wallet: cfg.Wallet.Address,
|
||||
Password: cfg.Pool.Password,
|
||||
PaymentID: cfg.Wallet.PaymentID,
|
||||
}
|
||||
|
||||
// Initialize Stratum pool manager (connections keyed by forged pool + wallet)
|
||||
|
||||
Reference in New Issue
Block a user