commit
a7a266ad73
@ -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,
|
||||
);
|
||||
|
||||
@ -388,7 +388,7 @@ export class StargateClient {
|
||||
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