Skip to content

Commit d457c09

Browse files
author
Dhananjay8
committed
readme changes.
1 parent 19a72ff commit d457c09

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ System.out.println("response: " + response.toString() );
293293

294294
#### Price Points Module
295295

296-
To know the OST price point in USD and when it was last updated,
296+
To know the base token price point in pay currency and when it was last updated,
297297
use services provided by the Price Points module.
298298

299299
```java
@@ -414,12 +414,12 @@ arrayListAmount.add(amount);
414414
Gson gsonObj = new Gson();
415415
String tokenHolderSender = "0xa9632350057c2226c5a10418b1c3bc9acdf7e2ee";
416416
String payCurrencyCode = "USD";
417-
String ostToUsd = "23757000000000000";
417+
String intendedPricePoint = "23757000000000000";
418418
nestedarraylist.add(tokenHolderSender);
419419
nestedarraylist.add(arrayListForUser2TokenHolderAddress);
420420
nestedarraylist.add(arrayListAmount);
421421
nestedarraylist.add(payCurrencyCode);
422-
nestedarraylist.add(ostToUsd);
422+
nestedarraylist.add(intendedPricePoint);
423423
nestedparams.put("parameters", nestedarraylist);
424424
String jsonStr = gsonObj.toJson(nestedparams);
425425
params.put("raw_calldata", jsonStr);

0 commit comments

Comments
 (0)