Skip to content

Commit 340874d

Browse files
Update.
1 parent 87ee66f commit 340874d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • Advanced/negotiation-cordapp/workflows/src/main/java/net/corda/samples/negotiation/flows

Advanced/negotiation-cordapp/workflows/src/main/java/net/corda/samples/negotiation/flows/ModificationFlow.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ public SignedTransaction call() throws FlowException {
6666
SignedTransaction partStx = getServiceHub().signInitialTransaction(txBuilder);
6767

6868
//Gathering the counterparty's signatures
69-
Party counterParty = PartyIdentityResolver.Companion.resolveToCurrentParty(counterpartyFromInput, getServiceHub().getIdentityService());
70-
FlowSession counterpartySession = initiateFlow(counterParty);
69+
FlowSession counterpartySession = initiateFlow(counterpartyFromInput);
7170
SignedTransaction fullyStx = subFlow(new CollectSignaturesFlow(partStx, ImmutableList.of(counterpartySession)));
7271

7372
//Finalising the transaction

0 commit comments

Comments
 (0)