Skip to content

Commit

Permalink
fixup! update genesis for 0.34.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jun 25, 2021
1 parent 5ff96bd commit e5b64c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tendermint/src/genesis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ pub struct Genesis<AppState = serde_json::Value> {
pub validators: Vec<validator::Info>,

/// App hash
pub app_hash: String,
#[serde(with = "serializers::bytes::hexstring")]
pub app_hash: Vec<u8>,

/// App state
#[serde(default)]
Expand Down

0 comments on commit e5b64c3

Please sign in to comment.