Remove comment

This commit is contained in:
neeraj 2024-03-12 10:55:08 +05:30
parent 80b8a4a11d
commit 83a9859b84

View File

@ -376,8 +376,6 @@ export class LaconicClient extends SigningStargateClient {
}
processWriteError (error: string) {
// error string a stacktrace containing the message.
// https://gist.github.com/nikugogoi/de55d390574ded3466abad8bffd81952#file-txresponse-js-L7
const errorMessage = NAMESERVICE_ERRORS.find(message => error.includes(message));
if (!errorMessage) {