Skip to content

Commit

Permalink
Merge pull request #2049 from plutomonkey/typo
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
tzemanovic committed Nov 24, 2023
2 parents 47c887c + 3d32748 commit 5bc412b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .changelog/v0.24.1/improvements/2064-wasm-download.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Define the wasm download endpoint via environemnt variable.
([\#2064](https://github.com/anoma/namada/pull/2064))
- Define the wasm download endpoint via environment variable.
([\#2064](https://github.com/anoma/namada/pull/2064))
2 changes: 1 addition & 1 deletion .changelog/v0.24.1/summary.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Namada 0.24.1 is patch release addressing ledger startup problems with wasm artifacts and several other minor fixes.
Namada 0.24.1 is a patch release addressing ledger startup problems with wasm artifacts and several other minor fixes.
2 changes: 1 addition & 1 deletion apps/src/lib/node/ledger/storage/rocksdb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ impl RocksDB {
// Execute next step in parallel
let batch = Mutex::new(batch);

tracing::info!("Restoring previous hight subspace diffs");
tracing::info!("Restoring previous height subspace diffs");
self.iter_prefix(None).par_bridge().try_for_each(
|(key, _value, _gas)| -> Result<()> {
// Restore previous height diff if present, otherwise delete the
Expand Down

0 comments on commit 5bc412b

Please sign in to comment.