Update proto files and regenerate bindings #5

Merged
nabarun merged 4 commits from nv-generate-bindings into main 2024-03-12 05:37:25 +00:00
Showing only changes of commit 83a9859b84 - Show all commits

View File

@ -376,8 +376,6 @@ export class LaconicClient extends SigningStargateClient {
} }
processWriteError (error: string) { 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)); const errorMessage = NAMESERVICE_ERRORS.find(message => error.includes(message));
if (!errorMessage) { if (!errorMessage) {