Skip to content

Commit 2d1ec59

Browse files
committed
Merge branch 'release/0.2.3'
2 parents ddbb7a2 + 582636d commit 2d1ec59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

consensus/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ impl<B, I, C> BlockImport<B> for MathchainBlockImport<B, I, C> where
129129
let client = self.client.clone();
130130

131131
// support testnet aura block import
132-
if !!!(self.is_galois && block.header.number().clone().saturated_into::<u64>() < 1_252_434) {
132+
if !!!(self.is_galois && block.header.number().clone().saturated_into::<u64>() < 1_252_435) {
133133
let log = find_mathchain_log::<B>(&block.header)?;
134134
let hash = block.post_hash();
135135

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = 'https://mathwallet.net/mathchain'
77
license = 'Unlicense'
88
name = 'mathchain'
99
repository = 'https://github.com/mathwallet/MathChain/'
10-
version = '0.2.2'
10+
version = '0.2.3'
1111

1212
[package.metadata.docs.rs]
1313
targets = ['x86_64-unknown-linux-gnu']

0 commit comments

Comments
 (0)