Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Nov 12, 2024
1 parent 832ff22 commit 74ddb10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export class EncryptedLogPayload {
e.message.startsWith('Invalid AztecAddress length') ||
e.message.startsWith('Selector must fit in') ||
e.message.startsWith('Attempted to read beyond buffer length') ||
e.message.startsWith('RangeError [ERR_BUFFER_OUT_OF_BOUNDS]:')
e.name === 'RangeError'
);
}

Expand Down

0 comments on commit 74ddb10

Please sign in to comment.