Skip to content

Commit

Permalink
fix(0.5API): fixes last remaining compiler warning re pure fxn
Browse files Browse the repository at this point in the history
  • Loading branch information
gskapka committed Jun 10, 2019
1 parent 6beaa8d commit 0082e85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oraclizeAPI_0.5.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5891,6 +5891,7 @@ contract usingOraclize {
string memory _datasourceString
)
internal
pure
returns (byte _datasourceByte)
{
if (keccak256(abi.encodePacked(_datasourceString)) == keccak256('URL'))
Expand Down

0 comments on commit 0082e85

Please sign in to comment.