Skip to content

Commit

Permalink
testnet hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenwang1996 committed Jul 28, 2020
1 parent 22c276f commit 31db559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 chain/client/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ impl Client {

let chunk_extra = self
.chain
.get_latest_chunk_extra(shard_id)
.get_chunk_extra(&prev_block_hash, shard_id)
.map_err(|err| Error::ChunkProducer(format!("No chunk extra available: {}", err)))?
.clone();

Expand Down

0 comments on commit 31db559

Please sign in to comment.