diff --git a/zp-relayer/pool/BasePool.ts b/zp-relayer/pool/BasePool.ts index ff90742..b39d5d3 100644 --- a/zp-relayer/pool/BasePool.ts +++ b/zp-relayer/pool/BasePool.ts @@ -44,7 +44,7 @@ export abstract class BasePool { abstract init(...args: any): Promise abstract onSend(p: ProcessResult, txHash: string): Promise - abstract onConfirmed( p: ProcessResult, txHash: string, callback?: () => Promise,jobId?: string): Promise + abstract onConfirmed(p: ProcessResult, txHash: string, callback?: () => Promise, jobId?: string): Promise async onFailed(txHash: string, jobId?: string): Promise { logger.error('Transaction reverted', { txHash })