Skip to content

Commit 343091d

Browse files
authored
[eth] Update ethereum js sdk readme (#738)
1 parent e4db9ca commit 343091d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target_chains/ethereum/sdk/js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ contract SomeContract {
7373
function doSomething(
7474
uint someArg,
7575
string memory otherArg,
76-
bytes[] memory priceUpdateData
76+
bytes[] calldata priceUpdateData
7777
) public payable {
7878
// Update the prices to be set to the latest values
7979
uint fee = pyth.getUpdateFee(priceUpdateData);

0 commit comments

Comments
 (0)