[NOD-176] Moved daghash from dagconfig to util (#298)

* [NOD-176] Moved daghash from dagconfig to util

* [NOD-176] Fixed order of includes with gofmt
This commit is contained in:
Svarog
2019-05-14 14:05:36 +03:00
committed by Ori Newman
parent d7a2ab52a1
commit ca0619bbcf
150 changed files with 144 additions and 144 deletions

View File

@@ -9,7 +9,7 @@ import (
"encoding/binary"
"fmt"
"github.com/daglabs/btcd/dagconfig/daghash"
"github.com/daglabs/btcd/util/daghash"
"github.com/daglabs/btcd/wire"
)