Skip to content

Commit accb7d5

Browse files
authored
Merge pull request #130 from xelis-project/dev
v1.19.6
2 parents fb23e2d + 9734423 commit accb7d5

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xelis_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xelis_common"
3-
version = "1.19.5"
3+
version = "1.19.6"
44
edition = "2021"
55
authors = ["Slixe <slixeprivate@gmail.com>"]
66
build = "build.rs"

xelis_daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xelis_daemon"
3-
version = "1.19.5"
3+
version = "1.19.6"
44
edition = "2021"
55
authors = ["Slixe <slixeprivate@gmail.com>"]
66

xelis_daemon/src/p2p/chain_sync/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ impl<S: Storage> P2pServer<S> {
599599
&& (peer.is_priority() || (self.count_connected_to_a_synced_priority_node(None).await == 0))
600600
{
601601
// check that if we can trust him
602-
if peer.is_priority() && false {
602+
if peer.is_priority() {
603603
warn!("Rewinding chain without checking because {} is a priority node (pop count: {})", peer, pop_count);
604604
// User trust him as a priority node, rewind chain without checking, allow to go below stable height also
605605
self.blockchain.rewind_chain(pop_count, false).await?;

xelis_miner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xelis_miner"
3-
version = "1.19.5"
3+
version = "1.19.6"
44
edition = "2021"
55
authors = ["Slixe <slixeprivate@gmail.com>"]
66

xelis_wallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xelis_wallet"
3-
version = "1.19.5"
3+
version = "1.19.6"
44
edition = "2021"
55
authors = ["Slixe <slixeprivate@gmail.com>"]
66

0 commit comments

Comments
 (0)