You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Further investigation inside FinalityFlow.extractExternalParticipants() shows that the owningKey is different between ltx.outputStates.flatMap { it.participants } and serviceHub.myInfo.legalIdentities even though the CordaX500Name is identical; it's weird because my node that initiated the flow is used as the Issuer of the AccountInfo state and the Issuer is the sole participant so I would think that serviceHub.myInfo.legalIdentities and it.participants should be identical (CordaX500Name and owningKey wise).
I deployed my cordapp to GCP VM with Postgress DB and everything works fine, I guess it only fails when running the node locally (built through deployNodes and ran with java -jar corda.jar).
Corda OS: 4.1
Accounts: 1.0-RC03
Steps to reproduce:
java -jar corda.jar
flow start CreateAccount name: test
I attached my Intellij debugger to the node and it happens here:
The text was updated successfully, but these errors were encountered: