Skip to content

Instantly share code, notes, and snippets.

@MichalZalecki
Created July 5, 2018 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichalZalecki/1c1780dbad042a6eddba929bc01c1a0f to your computer and use it in GitHub Desktop.
Save MichalZalecki/1c1780dbad042a6eddba929bc01c1a0f to your computer and use it in GitHub Desktop.
function __callback(bytes32 _queryId, string _data) public {
require(msg.sender == oraclize_cbAddress());
process_data(_data);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment