Skip to content

Commit

Permalink
Merge pull request #1467 from wavesplatform/v14-state-version-up
Browse files Browse the repository at this point in the history
Upped storage version for 0.14 release
  • Loading branch information
petermz authored Sep 10, 2018
2 parents 2445654 + 691174c commit 510c8ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import com.wavesplatform.utils.{ScorexLogging, Time, UnsupportedFeature, forceSt
import org.iq80.leveldb.DB

object StorageFactory extends ScorexLogging {
private val StorageVersion = 1
private val StorageVersion = 2

def apply(settings: WavesSettings, db: DB, time: Time): BlockchainUpdater with NG = {
checkVersion(db)
Expand Down

0 comments on commit 510c8ed

Please sign in to comment.