Skip to content

Commit

Permalink
test(kvstore): app_verstion must be set
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Mar 27, 2024
1 parent 997a623 commit 9202042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions abci/tests/kvstore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ impl Application for KVStoreABCI<'_> {
tx_records,
tx_results,
app_hash: kvstore_lock.calculate_uncommited_state_hash().to_vec(),
app_version: 1,
..Default::default()
})
}
Expand Down

0 comments on commit 9202042

Please sign in to comment.