Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Commit

Permalink
augur-contracts@2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tinybike committed Nov 2, 2016
1 parent d7988fb commit 10da3d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/ethereumjs-connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -19802,7 +19802,7 @@ module.exports={
],
"method": "submitReport",
"mutable": true,
"returns": "int256",
"returns": "number",
"send": true,
"signature": [
"int256",
Expand Down Expand Up @@ -29347,7 +29347,7 @@ module.exports = {
self.blockNumber(function (blockNumber) {
var blockGap = parseInt(blockNumber, 16) - self.block.number;
if (!blockGap) return callback(true);
console.debug("Block gap", blockGap, "found, catching up...");
if (self.debug.tx) console.debug("Block gap", blockGap, "found, catching up...");
for (var i = 1; i <= blockGap; ++i) {
self.onNewBlock({number: "0x" + (self.block.number + i).toString(16)});
}
Expand Down
Loading

0 comments on commit 10da3d6

Please sign in to comment.