mirror of
https://github.com/corda/corda.git
synced 2025-04-19 08:36:39 +00:00
Remove duplicate declaration.
This commit is contained in:
parent
6a4ef24f54
commit
9bfa67de02
@ -95,10 +95,6 @@ open class TransactionBuilder @JvmOverloads constructor(
|
||||
private val inputsWithTransactionState = arrayListOf<TransactionState<ContractState>>()
|
||||
private val referencesWithTransactionState = arrayListOf<TransactionState<ContractState>>()
|
||||
|
||||
companion object {
|
||||
private val log = contextLogger()
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a copy of the builder.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user