Fix timeout error msg
This commit is contained in:
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,
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user