Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aditiharini committed Nov 25, 2024
1 parent 017d102 commit e793bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/store/account/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ impl StoreEventHandler {
})
}

// TODO(aditi): This is named "commit_transaction" but the commit doesn't actually happen here. This function is provided a [txn] that's committed elsewhere
// TODO(aditi): This is named "commit_transaction" but the commit doesn't actually happen here. This function is provided a [txn] that's committed elsewhere.
pub fn commit_transaction(
&self,
txn: &mut RocksDbTransactionBatch,
Expand Down

0 comments on commit e793bab

Please sign in to comment.