We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01cfd10 commit 274fe0eCopy full SHA for 274fe0e
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