[eth] Update ethereum js sdk readme (#738)
This commit is contained in:
parent
e4db9cac81
commit
343091d788
|
@ -73,7 +73,7 @@ contract SomeContract {
|
|||
function doSomething(
|
||||
uint someArg,
|
||||
string memory otherArg,
|
||||
bytes[] memory priceUpdateData
|
||||
bytes[] calldata priceUpdateData
|
||||
) public payable {
|
||||
// Update the prices to be set to the latest values
|
||||
uint fee = pyth.getUpdateFee(priceUpdateData);
|
||||
|
|
Loading…
Reference in New Issue