Bumped minimum platform version for the bootstrapper from 1 to 4 to unlock reference states. (#3753)

This commit is contained in:
Roger Willis 2018-08-08 12:09:47 +01:00 committed by GitHub
parent 3f27e8e0be
commit 0c7e0f6dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -347,7 +347,7 @@ class NetworkBootstrapper
}
} else {
NetworkParameters(
minimumPlatformVersion = 1,
minimumPlatformVersion = 4,
notaries = notaryInfos,
modifiedTime = Instant.now(),
maxMessageSize = 10485760,