Oops. Fix blake2 dependency issues.

This commit is contained in:
Ignotus Peverell 2017-07-20 15:03:47 +00:00
parent eb11b14cab
commit 2261415c27
No known key found for this signature in database
GPG key ID: 99CD25F39F8F8211
2 changed files with 2 additions and 1 deletions

View file

@ -104,6 +104,7 @@ mod test {
use super::*;
use core::target::Difficulty;
use genesis;
use consensus::MINIMUM_DIFFICULTY;
#[test]
fn genesis_pow() {

View file

@ -20,7 +20,7 @@ extern crate grin_api as api;
extern crate grin_wallet as wallet;
extern crate secp256k1zkp as secp;
extern crate blake2;
extern crate blake2_rfc as blake2;;
extern crate env_logger;
extern crate futures;
extern crate tokio_core;