Skip to content

Commit 91f301c

Browse files
committed
Update function stub
1 parent b8782d0 commit 91f301c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lazer/evm/src/ExampleReceiver.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ contract ExampleReceiver {
2121
(bytes memory payload,) = pythLazer.verifyUpdate{value: verification_fee}(update);
2222
if (msg.value > verification_fee) {
2323
payable(msg.sender).transfer(msg.value - verification_fee);
24+
function updatePrice(bytes calldata update) public payable {
2425
}
2526

2627
(uint64 _timestamp, PythLazerLib.Channel channel, uint8 feedsLen, uint16 pos) =

0 commit comments

Comments
 (0)