mirror of
https://github.com/kvazar-network/keva-stratum.git
synced 2025-01-25 22:34:28 +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)
|
checkTimer := time.NewTimer(checkIntv)
|
||||||
|
|
||||||
// Init block template
|
// Init block template
|
||||||
stratum.refreshBlockTemplate(false)
|
go stratum.refreshBlockTemplate(false)
|
||||||
|
|
||||||
go func() {
|
go func() {
|
||||||
for {
|
for {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user