mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +00:00
Unification of VaultQuery And VaultService APIs (into single VaultService interface) to simplify node bootstrapping and usability. (#1677)
This commit is contained in:
@ -40,7 +40,7 @@ class SellerFlow(private val otherParty: Party,
|
||||
progressTracker.currentStep = SELF_ISSUING
|
||||
|
||||
val cpOwner = serviceHub.keyManagementService.freshKeyAndCert(ourIdentityAndCert, false)
|
||||
val commercialPaper = serviceHub.vaultQueryService.queryBy(CommercialPaper.State::class.java).states.first()
|
||||
val commercialPaper = serviceHub.vaultService.queryBy(CommercialPaper.State::class.java).states.first()
|
||||
|
||||
progressTracker.currentStep = TRADING
|
||||
|
||||
|
Reference in New Issue
Block a user