[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

@@ -15,7 +15,7 @@ import (
"golang.org/x/crypto/ripemd160"
"github.com/daglabs/btcd/btcec"
"github.com/daglabs/btcd/dagconfig/daghash"
"github.com/daglabs/btcd/util/daghash"
"github.com/daglabs/btcd/wire"
)