Skip to content

Commit

Permalink
Fix typo in log during rollback.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondavies committed Oct 31, 2023
1 parent 26fd766 commit e332d88
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -493,7 +493,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 e332d88

Please sign in to comment.