Skip to content

Commit

Permalink
Fix versioned TU
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Besancon committed Jan 6, 2025
1 parent f935f47 commit fa9acda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion massa-ledger-worker/src/ledger_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ mod tests {

let mut batch = DBBatch::new();
let guard = ledger_db.db.read();
delete_datastore_entries(&addr, &guard, &mut batch);
delete_datastore_entries(&addr, &guard, &mut batch, 1);
drop(guard);

let mut guard = ledger_db.db.write();
Expand Down

0 comments on commit fa9acda

Please sign in to comment.