File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
297297use services provided by the Price Points module.
298298
299299``` java
@@ -414,12 +414,12 @@ arrayListAmount.add(amount);
414414Gson gsonObj = new Gson ();
415415String tokenHolderSender = " 0xa9632350057c2226c5a10418b1c3bc9acdf7e2ee" ;
416416String payCurrencyCode = " USD" ;
417- String ostToUsd = " 23757000000000000" ;
417+ String intendedPricePoint = " 23757000000000000" ;
418418nestedarraylist. add(tokenHolderSender);
419419nestedarraylist. add(arrayListForUser2TokenHolderAddress);
420420nestedarraylist. add(arrayListAmount);
421421nestedarraylist. add(payCurrencyCode);
422- nestedarraylist. add(ostToUsd );
422+ nestedarraylist. add(intendedPricePoint );
423423nestedparams. put(" parameters" , nestedarraylist);
424424String jsonStr = gsonObj. toJson(nestedparams);
425425params. put(" raw_calldata" , jsonStr);
You can’t perform that action at this time.
0 commit comments