Skip to content

Commit a5051c2

Browse files
authored
Update README.md
1 parent ffb49b6 commit a5051c2

File tree

1 file changed

+2
-2
lines changed
  • BusinessNetwork-Extension/insurancebusinessnetwork

1 file changed

+2
-2
lines changed

BusinessNetwork-Extension/insurancebusinessnetwork/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ Step2: 2 non-member makes the request to join the network. Fill in the networkId
4747
flow start RequestMembership authorisedParty: NetworkOperator, networkId: <xxxx-xxxx-xxxx-xxxx-xxxxx>
4848
```
4949
Step3: go back to the admin node, and query all the membership requests.
50-
```flow start QueryAllMembers
50+
```
51+
flow start QueryAllMembers
5152
```
5253
Step4: Admin active membership, two times, ONLY the membership activation
5354
Insurance: 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
```
8081
run vaultQuery contractStateType: net.corda.core.contracts.ContractState
8182
run vaultQuery contractStateType: net.corda.bn.states.MembershipState
82-
8383
```
8484
-------------------Network setup is done, and business flow begins--------------------------
8585

0 commit comments

Comments
 (0)