Skip to content

Commit

Permalink
chore: attend pr review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Oct 9, 2024
1 parent d2a0af9 commit ec01c19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contracts/core/trustless/WitOracleRadonRegistryDefault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,8 @@ contract WitOracleRadonRegistryDefault
// Build radon retrieval bytecode:
bytes memory _bytecode = _retrievals.encode(
_retrieveArgsValues,
_aggregateReducer.encode(),
_tallyReducer.encode(),
_aggregateReducer.encode(),
_tallyReducer.encode(),
0
);
_require(
Expand Down
4 changes: 2 additions & 2 deletions contracts/interfaces/IWitOracleRequestFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ interface IWitOracleRequestFactory {
/// @notice Witnet Radon Retrieval. Modal request templates produce Witnet-compliant data requests
/// @notice that apply the same data retrieval script to multiple data providers that are expected to
/// @notice produce exactly the same result. Moreover, data requests built out of a modal request templates
/// @notice apply a Mode reducing function at both the Aggregate and Tally stages everytime they get
/// @notice apply a Mode reducing function at both the Aggregate and Tally stages every time they get
/// @notice eventually solved on the Wit/Oracle blockchain. You can optionally specify a list of filters
/// @notice to be applied at the Tally resolution stage (i.e. witnessing nodes on the Wit/Oracle blockchain
/// @notice reporting results that get ultimately filtred out on the Tally stage would get slashed by losing collateral).
/// @notice reporting results that get ultimately filtered out on the Tally stage would get slashed by losing collateral).
/// @dev Reverts if:
/// @dev - unverified base Radon Retrieval is passed;
/// @dev - the specified base Radon Retrieval is either not parameterized or requires just one single parameter;
Expand Down

0 comments on commit ec01c19

Please sign in to comment.