Use latest era instead of end era as journal marker

This commit is contained in:
arkpar
2016-02-11 13:32:27 +01:00
parent 413502e7f6
commit 0d0441a186
2 changed files with 37 additions and 9 deletions

View File

@@ -170,7 +170,7 @@ pub struct Client {
}
const HISTORY: u64 = 1000;
const CLIENT_DB_VER_STR: &'static str = "2.0";
const CLIENT_DB_VER_STR: &'static str = "2.1";
impl Client {
/// Create a new client with given spec and DB path.