mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +00:00
unify references to notary in output
harmonize line 167 with earlier references on line 146 for example
This commit is contained in:
parent
76f45a87de
commit
b89b014d9a
@ -164,7 +164,7 @@ open class TransactionBuilder(
|
||||
|
||||
/** A default notary must be specified during builder construction to use this method */
|
||||
fun addOutputState(state: ContractState): Int {
|
||||
checkNotNull(notary) { "Need to specify a Notary for the state, or set a default one on TransactionBuilder initialisation" }
|
||||
checkNotNull(notary) { "Need to specify a notary for the state, or set a default one on TransactionBuilder initialisation" }
|
||||
return addOutputState(state, notary!!)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user