Skip to content

Commit

Permalink
unify references to notary in output
Browse files Browse the repository at this point in the history
harmonize line 167 with earlier references on line 146 for example
  • Loading branch information
S. Matthew English authored Jan 19, 2017
1 parent 76f45a8 commit b89b014
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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!!)
}

Expand Down

0 comments on commit b89b014

Please sign in to comment.