We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01cfd10 + 274fe0e commit c4d5cb1Copy full SHA for c4d5cb1
1 file changed
Accounts/supplychain/README.md
@@ -89,7 +89,7 @@ Navigate to Seller's node terminal and type in
89
```
90
flow start SendShippingRequest whoAmI: SellerInventory, whereTo: BuyerWarehouse, shipper: ShippingCo, Cargo: 10 boxes of Books
91
92
-[Optional verification]: run ```run vaultQuery contractStateType: com.accounts_SupplyChain.states.ShippingRequestState``` at ShippingCo's node terminal
+[Optional verification]: run ```run vaultQuery contractStateType: com.supplychain.states.ShippingRequestState``` at ShippingCo's node terminal
93
94
## Step 6: Shipping company sends the cargo to Buyer's warehouse
95
Navigate to ShippingCo's node terminal and type in
0 commit comments