Merge pull request #175 from 0xProject/fix/set-interval-bug

Fix the bug in transaction mined awaiting
This commit is contained in:
Leonid
2017-09-29 15:27:51 +02:00
committed by GitHub

View File

@@ -11,7 +11,7 @@ export const intervalUtils = {
await fn();
locked = false;
}
});
}, intervalMs);
return intervalId;
},
clearAsyncExcludingInterval(intervalId: number): void {