From 2bc7624ca83c968704001b2674ab67a371bfc203 Mon Sep 17 00:00:00 2001 From: Yeastplume Date: Tue, 17 Oct 2017 17:53:39 +0100 Subject: [PATCH] Update cuckoo miner tag (#183) Fixes #143 and mimblewimble/cuckoo-miner#12 --- pow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pow/Cargo.toml b/pow/Cargo.toml index e07d6982b..a45f03743 100644 --- a/pow/Cargo.toml +++ b/pow/Cargo.toml @@ -18,7 +18,7 @@ grin_util = { path = "../util" } [dependencies.cuckoo_miner] git = "https://github.com/mimblewimble/cuckoo-miner" -tag="barrier_test" +tag="grin_integration_14" #path = "../../cuckoo-miner" #uncomment this feature to turn off plugin builds #features=["no-plugin-build"]