mirror of
https://github.com/corda/corda.git
synced 2025-04-14 14:37:22 +00:00
Fix another case where platformVersion=1
This commit is contained in:
parent
97aef9c8a1
commit
5356eddcca
@ -126,7 +126,7 @@ abstract class NodeBasedTest(private val cordappPackages: List<String> = emptyLi
|
||||
|
||||
@JvmOverloads
|
||||
fun startNode(legalName: CordaX500Name,
|
||||
platformVersion: Int = 1,
|
||||
platformVersion: Int = 4,
|
||||
rpcUsers: List<User> = emptyList(),
|
||||
configOverrides: Map<String, Any> = emptyMap()): NodeWithInfo {
|
||||
val node = initNode(legalName,platformVersion, rpcUsers,configOverrides)
|
||||
|
Loading…
x
Reference in New Issue
Block a user