mirror of
https://github.com/corda/corda.git
synced 2025-04-11 13:21:26 +00:00
CORDA-2817 Remove CORDA_VERSION_THAT_INTRODUCED_FLATTENED_COMMANDS as commands are not flattened anymore (#5056)
This commit is contained in:
parent
b0a9656746
commit
4607b0c151
@ -68,7 +68,6 @@ open class TransactionBuilder(
|
||||
private companion object {
|
||||
private fun defaultLockId() = (Strand.currentStrand() as? FlowStateMachine<*>)?.id?.uuid ?: UUID.randomUUID()
|
||||
private val log = contextLogger()
|
||||
private const val CORDA_VERSION_THAT_INTRODUCED_FLATTENED_COMMANDS = 4
|
||||
|
||||
private val ID_PATTERN = "\\p{javaJavaIdentifierStart}\\p{javaJavaIdentifierPart}*"
|
||||
private val FQCP = Pattern.compile("$ID_PATTERN(/$ID_PATTERN)+")
|
||||
|
Loading…
x
Reference in New Issue
Block a user