mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-10 09:44:08 +00:00
Fix block processing job created twice when processing missing parent block (#67)
* Fix block processing job created twice in watcher * Fix block processing job for missing parent blocks
This commit is contained in:
@@ -159,7 +159,6 @@ export const instantiate = async (
|
||||
// TODO: Check for function overloading.
|
||||
let result = await contract[functionName](...functionParams);
|
||||
|
||||
// TODO: Check for function overloading.
|
||||
// Using function signature does not work.
|
||||
const { outputs } = contract.interface.getFunction(functionName);
|
||||
assert(outputs);
|
||||
|
||||
Reference in New Issue
Block a user