Skip to content

Commit

Permalink
Merge pull request #1 from XungHoang/XungHoang-patch-1
Browse files Browse the repository at this point in the history
missing declare mapping requestIdToResponse
  • Loading branch information
XungHoang authored Jul 16, 2023
2 parents bfc92b5 + 88d2ab1 commit dff42c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions en/16/07.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ material:
address callerAddress;
uint256 ethPrice;
}
mapping (uint256=>Response[]) public requestIdToResponse;
event GetLatestEthPriceEvent(address callerAddress, uint id);
event SetLatestEthPriceEvent(uint256 ethPrice, address callerAddress);
event AddOracleEvent(address oracleAddress);
Expand Down

0 comments on commit dff42c9

Please # to comment.