From 204aa74b6dee27388bebbfeddc78e12137f5a758 Mon Sep 17 00:00:00 2001 From: Luke Williams Date: Tue, 14 May 2019 21:24:33 +0200 Subject: [PATCH] ubqhash/algorithm: re-add blake2b to imports --- consensus/ubqhash/algorithm.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/consensus/ubqhash/algorithm.go b/consensus/ubqhash/algorithm.go index 9141e1d159..61f4f7889d 100644 --- a/consensus/ubqhash/algorithm.go +++ b/consensus/ubqhash/algorithm.go @@ -31,6 +31,8 @@ import ( "github.com/ubiq/go-ubiq/common/bitutil" "github.com/ubiq/go-ubiq/crypto" "github.com/ubiq/go-ubiq/log" + + "golang.org/x/crypto/blake2b" "golang.org/x/crypto/sha3" )