Revert Party.Full in preference for a less invasive change

This commit is contained in:
Ross Nicoll
2017-02-01 17:05:28 +00:00
parent 8b258b9415
commit 2f9af7d7dc
137 changed files with 410 additions and 414 deletions

View File

@ -13,10 +13,10 @@ import java.util.*
* state/ref pairs, but it doesn't necessarily generate "correct" events!
*/
class EventGenerator(
val parties: List<Party.Full>,
val notary: Party.Full,
val parties: List<Party>,
val notary: Party,
val currencies: List<Currency> = listOf(USD, GBP, CHF),
val issuers: List<Party.Full> = parties
val issuers: List<Party> = parties
) {
private var vault = listOf<StateAndRef<Cash.State>>()