Skip to content

Commit

Permalink
Merge branch 'release/0.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
hging committed Dec 4, 2020
2 parents ddbb7a2 + 582636d commit 2d1ec59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion consensus/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ impl<B, I, C> BlockImport<B> for MathchainBlockImport<B, I, C> where
let client = self.client.clone();

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

Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = 'https://mathwallet.net/mathchain'
license = 'Unlicense'
name = 'mathchain'
repository = 'https://github.com/mathwallet/MathChain/'
version = '0.2.2'
version = '0.2.3'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down

0 comments on commit 2d1ec59

Please sign in to comment.