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
@@ -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,
);