Skip to content

Commit

Permalink
Update randomExample.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
bertani committed Dec 28, 2017
1 parent 0d5c642 commit 5c68c47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solidity/random-datasource/randomExample.sol
Expand Up @@ -23,7 +23,6 @@ contract RandomExample is usingOraclize {
// the proof validity is fully verified on-chain
function __callback(bytes32 _queryId, string _result, bytes _proof)
{
// if we reach this point successfully, it means that the attached authenticity proof has passed!
if (msg.sender != oraclize_cbAddress()) throw;

if (oraclize_randomDS_proofVerify__returnCode(_queryId, _result, _proof) != 0) {
Expand Down

0 comments on commit 5c68c47

Please sign in to comment.