Skip to content

Commit

Permalink
minor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
r0wdy1 committed Aug 16, 2024
1 parent 78d2f1d commit 6e75e4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zp-relayer/pool/FinalizerPool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export class FinalizerPool extends BasePool {
const res = await this.network.pool.call('pendingCommitment')
return res as PendingCommitment
} catch (e) {
//this corresponds to ZkBobPool: queue is empty which is not considered as error
if ((e as any).data?.endsWith("195a6b426f62506f6f6c3a20717565756520697320656d70747900000000000000")) {
return
}
Expand Down

0 comments on commit 6e75e4b

Please sign in to comment.