mirror of
https://github.com/kvazar-network/keva-stratum.git
synced 2025-01-11 15:48:00 +00:00
Fix stratum init
This commit is contained in:
parent
c0eb91d33a
commit
b6d96dc470
@ -94,7 +94,7 @@ func NewStratum(cfg *pool.Config) *StratumServer {
|
||||
checkTimer := time.NewTimer(checkIntv)
|
||||
|
||||
// Init block template
|
||||
stratum.refreshBlockTemplate(false)
|
||||
go stratum.refreshBlockTemplate(false)
|
||||
|
||||
go func() {
|
||||
for {
|
||||
|
Loading…
Reference in New Issue
Block a user