mirror of
https://github.com/corda/corda.git
synced 2025-06-13 20:58:19 +00:00
Bumped minimum platform version for the bootstrapper from 1 to 4 to unlock reference states. (#3753)
This commit is contained in:
@ -347,7 +347,7 @@ class NetworkBootstrapper
|
||||
}
|
||||
} else {
|
||||
NetworkParameters(
|
||||
minimumPlatformVersion = 1,
|
||||
minimumPlatformVersion = 4,
|
||||
notaries = notaryInfos,
|
||||
modifiedTime = Instant.now(),
|
||||
maxMessageSize = 10485760,
|
||||
|
Reference in New Issue
Block a user