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