|
|
|
|
@ -10,11 +10,11 @@ import (
|
|
|
|
|
"time" |
|
|
|
|
"sync" |
|
|
|
|
|
|
|
|
|
"github.com/ethereum/go-ethereum/common/hexutil" |
|
|
|
|
"github.com/yuriy0803/go-ethereum/common/hexutil" |
|
|
|
|
|
|
|
|
|
"github.com/etclabscore/open-etc-pool/rpc" |
|
|
|
|
"github.com/etclabscore/open-etc-pool/storage" |
|
|
|
|
"github.com/etclabscore/open-etc-pool/util" |
|
|
|
|
"github.com/yuriy0803/open-etc-pool-friends/rpc" |
|
|
|
|
"github.com/yuriy0803/open-etc-pool-friends/storage" |
|
|
|
|
"github.com/yuriy0803/open-etc-pool-friends/util" |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
const txCheckInterval = 5 * time.Second |
|
|
|
|
|