Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 00051e1

Browse files
ali-behjatitompntn
andauthored
Update MockPyth.sol
Co-authored-by: Tom Pointon <tom@teepeestudios.net>
1 parent 15f13ea commit 00051e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MockPyth.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ contract MockPyth is AbstractPyth {
2828

2929
if (msg.value > requiredFee) {
3030
(bool success, ) = payable(msg.sender).call{value: msg.value - requiredFee}("");
31-
require(success, "Failed to transfer additional amount.");
31+
require(success, "failed to transfer update fee");
3232
}
3333

3434
uint freshPrices = 0;

0 commit comments

Comments
 (0)