mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
see https://github.com/btcsuite/btcd/pull/729
This commit is contained in:
parent
9121aa8f23
commit
83b9858d24
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ func main() {
|
|||
var bhead wire.BlockHeader
|
||||
err := bhead.Deserialize(bytes.NewReader(blockHeader))
|
||||
if err == nil {
|
||||
str := bhead.BlockSha().String();
|
||||
str := bhead.BlockHash().String();
|
||||
args := []string{ stratumDest, coinId, str }
|
||||
out, err := exec.Command(processName, args...).Output()
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue