mirror of
https://github.com/corda/corda.git
synced 2025-06-19 23:53:52 +00:00
Merge branch 'mnesbit-cor-174-refactor-namespaces' of https://bitbucket.org/R3-CEV/r3prototyping into mnesbit-cor-174-refactor-namespaces
# Conflicts: # core/src/main/kotlin/core/testing/TestUtils.kt
This commit is contained in:
@ -146,7 +146,7 @@ open class TransactionForTest : AbstractTransactionForTest() {
|
||||
|
||||
protected fun runCommandsAndVerify(time: Instant) {
|
||||
val cmds = commandsToAuthenticatedObjects()
|
||||
val tx = TransactionForVerification(inStates, outStates.map { it.state }, emptyList(), cmds, SecureHash.randomSHA256())
|
||||
val tx = TransactionForVerification(inStates, outStates.map { it.state }, emptyList(), cmds, SecureHash.Companion.randomSHA256())
|
||||
tx.verify()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user