From 5dc32a24ef68bdd5cf0576d1661562662a74130f Mon Sep 17 00:00:00 2001 From: yeastplume Date: Mon, 2 Apr 2018 10:08:29 +0100 Subject: [PATCH] async difficulty check --- pow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pow/Cargo.toml b/pow/Cargo.toml index f7f5127b..a5535ceb 100644 --- a/pow/Cargo.toml +++ b/pow/Cargo.toml @@ -20,7 +20,7 @@ grin_util = { path = "../util" } [dependencies.cuckoo_miner] git = "https://github.com/mimblewimble/cuckoo-miner" -tag = "grin_integration_24" +tag = "grin_integration_25" #path = "../../cuckoo-miner" #uncomment this feature to turn off plugin builds #features=["no-plugin-build"]