Skip to content

Commit 8977a33

Browse files
authored
Merge pull request #23 from MehulGoel1/master
corrected fully-qualified class name of ShippingRequestState
2 parents 94e9736 + 996037d commit 8977a33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Accounts/supplychain/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Navigate to Seller's node terminal and type in
8989
```
9090
flow start SendShippingRequest whoAmI: SellerInventory, whereTo: BuyerWarehouse, shipper: ShippingCo, Cargo: 10 boxes of Books
9191
```
92-
[Optional verification]: run ```run vaultQuery contractStateType: com.accounts_SupplyChain.states.ShippingRequestState``` at ShippingCo's node terminal
92+
[Optional verification]: run ```run vaultQuery contractStateType: com.supplychain.states.ShippingRequestState``` at ShippingCo's node terminal
9393

9494
## Step 6: Shipping company sends the cargo to Buyer's warehouse
9595
Navigate to ShippingCo's node terminal and type in

Accounts/worldcupticketbooking/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ You can see your ticket state generated via vault query at the BCCI'd node:
7777

7878
start IssueNonFungibleTicketFlow tokenId : <XXX-XXX-XXXX-XXXXX>, dealerAccountName : agent1
7979

80-
Run the above flow on BCCI's node to issue a non fungible token based off the token type which we created in Step5. You will need to replace the `<XXX-XXX-XXXX-XXXXX>` with the uuid returned from step 6. This token will be issued by the BCCI node to dealer1 account on Dealer1 node.
80+
Run the above flow on BCCI's node to issue a non fungible token based off the token type which we created in Step5. You will need to replace the `<XXX-XXX-XXXX-XXXXX>` with the uuid returned from step 6. This token will be issued by the BCCI node to agent1 account on Dealer1 node.
8181
Switching to the Dealer1's node, you can run the following code to confirm if the token has been issued to the dealer1 account.
8282
```
8383
flow start QuerybyAccount whoAmI: agent1

0 commit comments

Comments
 (0)