Skip to content

Commit

Permalink
Fix for pooltool sendtip
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewWestberg committed Jun 2, 2024
1 parent efbc038 commit 8b4bdd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cncli"
version = "6.2.0"
version = "6.2.1"
authors = ["Andrew Westberg <andrewwestberg@gmail.com>"]
edition = "2018"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion src/nodeclient/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ pub(crate) async fn sendtip(

do_chainsync(
chainsync,
false,
true,
false,
None,
Some(Box::new(pooltool_notifier)),
Expand Down

0 comments on commit 8b4bdd2

Please sign in to comment.