Skip to content

Commit

Permalink
Merge branch 'master' into i363
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti authored Jul 18, 2018
2 parents bd6ce08 + 5cc8299 commit 25d6e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ organization := "org.ergoplatform"

name := "ergo"

version := "1.5.1"
version := "1.5.2-SNAPSHOT"

scalaVersion := "2.12.6"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class HistoryStorage(indexStore: Store, objectsStore: ObjectsStore, config: Cach
.maximumSize(config.historyStorageCacheSize)
.build[String, ErgoPersistentModifier]


// TODO remove when modifierId will be string
private def keyById(id: ModifierId): String = Algos.encode(id)

Expand Down

0 comments on commit 25d6e1f

Please sign in to comment.