Skip to content

Commit

Permalink
fix: update variable type for sResponse (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai authored Oct 24, 2023
1 parent 09cdbba commit d0952ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/RequestResponseConsumer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import {IPrepayment} from "@bisonai/orakl-contracts/src/v0.1/interfaces/IPrepaym
// @notice respectively.
contract RequestResponseConsumer is RequestResponseConsumerFulfillUint128 {
using Orakl for Orakl.Request;
uint256 public sResponse;
uint128 public sResponse;
address private sOwner;

error OnlyOwner(address notOwner);
Expand Down

0 comments on commit d0952ce

Please sign in to comment.