Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshmeher-r3 committed Aug 11, 2023
1 parent 3a8f625 commit e43dcac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java-samples/encumbrance-pawn-shop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Pick the Alice VNode's identity to create the Asset. Go to POST /flow/{holdingid

### Request Loan

Now request for a Loan from Bob, pick Alice VNode's identity again. Go to POST /flow/{holdingidentityshorthash}, enter the identity short hash(Alice's hash) and request body:
Now request for a Loan from Charlie, pick Alice VNode's identity again. Go to POST /flow/{holdingidentityshorthash}, enter the identity short hash(Alice's hash) and request body:

{
"clientRequestId": "request-loan",
Expand Down Expand Up @@ -85,7 +85,7 @@ That's why Loan should also be dependent on Asset.

### Transfer Encumbered Asset (Should Fail)

Now try to transfer the Asset to Charlie, pick Alice VNode's identity. Go to POST /flow/{holdingidentityshorthash}, enter the identity short hash(Alice's hash) and request body:
Now try to transfer the Asset to Bob, pick Alice VNode's identity. Go to POST /flow/{holdingidentityshorthash}, enter the identity short hash(Alice's hash) and request body:

{
"clientRequestId": "transfer-asset",
Expand All @@ -111,7 +111,7 @@ Now to settle the Loan, pick Alice's VNode's identity. Go to POST /flow/{holding
}

### Transfer Asset
Once the Loan is settled, the asset is unlocked and can be transferred. To transfer the asset to Charlie, pick Alice's VNode's identity. Go to POST /flow/{holdingidentityshorthash}, enter the identity short hash(Alice's hash) and request body:
Once the Loan is settled, the asset is unlocked and can be transferred. To transfer the asset to Bob, pick Alice's VNode's identity. Go to POST /flow/{holdingidentityshorthash}, enter the identity short hash(Alice's hash) and request body:

{
"clientRequestId": "transfer-asset-second-try",
Expand Down

0 comments on commit e43dcac

Please sign in to comment.