Merge pull request #175 from 0xProject/fix/set-interval-bug
Fix the bug in transaction mined awaiting
This commit is contained in:
@@ -11,7 +11,7 @@ export const intervalUtils = {
|
||||
await fn();
|
||||
locked = false;
|
||||
}
|
||||
});
|
||||
}, intervalMs);
|
||||
return intervalId;
|
||||
},
|
||||
clearAsyncExcludingInterval(intervalId: number): void {
|
||||
|
Reference in New Issue
Block a user