Updated counter comment

This commit is contained in:
arkpar 2016-02-07 18:28:15 +01:00
parent 976b10a4ef
commit 28dd73e340
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ impl JournalDB {
// Given H is the journal size in eras, 0 <= C <= H.
// Key K is removed in era A(N) and re-inserted in canonical era B(N + C).
// Key K is removed in era A(N) and re-inserted in non-canonical era B`(N + C).
// Key K is added in canonical era A(N) and non-canonicnal B'(N + C).
// Key K is added in non-canonical era A'(N) canonical B(N + C).
// record new commit's details.
let batch = WriteBatch::new();