mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Oops. Fix blake2 dependency issues.
This commit is contained in:
parent
eb11b14cab
commit
2261415c27
2 changed files with 2 additions and 1 deletions
|
@ -104,6 +104,7 @@ mod test {
|
||||||
use super::*;
|
use super::*;
|
||||||
use core::target::Difficulty;
|
use core::target::Difficulty;
|
||||||
use genesis;
|
use genesis;
|
||||||
|
use consensus::MINIMUM_DIFFICULTY;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn genesis_pow() {
|
fn genesis_pow() {
|
||||||
|
|
|
@ -20,7 +20,7 @@ extern crate grin_api as api;
|
||||||
extern crate grin_wallet as wallet;
|
extern crate grin_wallet as wallet;
|
||||||
extern crate secp256k1zkp as secp;
|
extern crate secp256k1zkp as secp;
|
||||||
|
|
||||||
extern crate blake2;
|
extern crate blake2_rfc as blake2;;
|
||||||
extern crate env_logger;
|
extern crate env_logger;
|
||||||
extern crate futures;
|
extern crate futures;
|
||||||
extern crate tokio_core;
|
extern crate tokio_core;
|
||||||
|
|
Loading…
Reference in a new issue