Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Commit

Permalink
Update crypto-com-chain branch (#2)
Browse files Browse the repository at this point in the history
* build(deps): update tai64 requirement from 2 to 3 (informalsystems#22)

Updates the requirements on [tai64](https://github.com/iqlusioninc/crates) to permit the latest version.
- [Release notes](https://github.com/iqlusioninc/crates/releases)
- [Commits](iqlusioninc/crates@canonical-path/v2.0.0...tai64/3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* max_gas should be i64, can be -1

* remove unneed clones

* remove secret_connection

* implement utility traits for tendermint data types
  • Loading branch information
yihuang authored and tomtau committed Nov 12, 2019
1 parent 79ce68f commit bb27fdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tendermint/src/abci/transaction/hash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ impl Default for Hash {
// hash of empty data
let mut bytes = [0u8; LENGTH];
bytes.copy_from_slice(&Sha256::digest(&[])[..LENGTH]);
Hash::new(bytes)
}
}

Expand Down

0 comments on commit bb27fdc

Please sign in to comment.