Fix timeout error msg

This commit is contained in:
Giancarlos Salas 2022-05-02 16:50:20 -05:00 committed by GitHub
parent c8db87e3cd
commit 5b5e82e7af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -269,7 +269,7 @@ export class CosmWasmClient {
if (timedOut) {
throw new TimeoutError(
`Transaction with ID ${txId} was submitted but was not yet found on the chain. You might want to check later. There was a wait of ${
timeoutMs / 10000
timeoutMs / 1000
} seconds.`,
txId,
);