Fix timeout error msg

This commit is contained in:
Giancarlos Salas
2022-05-02 16:50:50 -05:00
committed by GitHub
parent 5b5e82e7af
commit dfe1d7c7f3
+1 -1
View File
@@ -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,
);