File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
BusinessNetwork-Extension/insurancebusinessnetwork Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ Step2: 2 non-member makes the request to join the network. Fill in the networkId
4747flow start RequestMembership authorisedParty: NetworkOperator, networkId: <xxxx-xxxx-xxxx-xxxx-xxxxx>
4848```
4949Step3: go back to the admin node, and query all the membership requests.
50- ``` flow start QueryAllMembers
50+ ```
51+ flow start QueryAllMembers
5152```
5253Step4: Admin active membership, two times, ONLY the membership activation
5354Insurance: fill in the Insurance node MembershipId that is display in the previous query
@@ -79,7 +80,6 @@ Sanity Check: Query to check, we should be able to see multiple MembershipStates
7980```
8081run vaultQuery contractStateType: net.corda.core.contracts.ContractState
8182run vaultQuery contractStateType: net.corda.bn.states.MembershipState
82-
8383```
8484-------------------Network setup is done, and business flow begins--------------------------
8585
You can’t perform that action at this time.
0 commit comments