From 8b4bdd2e2d1e6180d6279a71fb223bd9764485d5 Mon Sep 17 00:00:00 2001 From: Andrew Westberg Date: Sun, 2 Jun 2024 12:57:06 +0000 Subject: [PATCH] Fix for pooltool sendtip --- Cargo.toml | 2 +- src/nodeclient/sync.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8804aa5..21a5e2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cncli" -version = "6.2.0" +version = "6.2.1" authors = ["Andrew Westberg "] edition = "2018" build = "build.rs" diff --git a/src/nodeclient/sync.rs b/src/nodeclient/sync.rs index c1d39a3..5d511fb 100644 --- a/src/nodeclient/sync.rs +++ b/src/nodeclient/sync.rs @@ -520,7 +520,7 @@ pub(crate) async fn sendtip( do_chainsync( chainsync, - false, + true, false, None, Some(Box::new(pooltool_notifier)),