Skip to content

Commit

Permalink
Update zp-relayer/pool/BasePool.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Filippov <[email protected]>
  • Loading branch information
r0wdy1 and AllFi authored Jun 13, 2024
1 parent 135908d commit a312043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zp-relayer/pool/BasePool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export abstract class BasePool<N extends Network = Network> {
abstract init(...args: any): Promise<void>

abstract onSend(p: ProcessResult<any>, txHash: string): Promise<void>
abstract onConfirmed( p: ProcessResult<any>, txHash: string, callback?: () => Promise<void>,jobId?: string): Promise<void>
abstract onConfirmed(p: ProcessResult<any>, txHash: string, callback?: () => Promise<void>, jobId?: string): Promise<void>

async onFailed(txHash: string, jobId?: string): Promise<void> {
logger.error('Transaction reverted', { txHash })
Expand Down

0 comments on commit a312043

Please sign in to comment.