We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4db9ca commit 343091dCopy full SHA for 343091d
target_chains/ethereum/sdk/js/README.md
@@ -73,7 +73,7 @@ contract SomeContract {
73
function doSomething(
74
uint someArg,
75
string memory otherArg,
76
- bytes[] memory priceUpdateData
+ bytes[] calldata priceUpdateData
77
) public payable {
78
// Update the prices to be set to the latest values
79
uint fee = pyth.getUpdateFee(priceUpdateData);
0 commit comments