sdk38: Update documentation for getNonce renaming

This commit is contained in:
willclarktech
2020-07-22 13:30:40 +02:00
parent 96d6c4e120
commit 9500a2ac1b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ export class CosmWasmClient {
const account = await this.getAccount(address);
if (!account) {
throw new Error(
"Account does not exist on chain. Send some tokens there before trying to query nonces.",
"Account does not exist on chain. Send some tokens there before trying to query sequence.",
);
}
return {
+1 -1
View File
@@ -200,7 +200,7 @@ export class CosmosClient {
const account = await this.getAccount(address);
if (!account) {
throw new Error(
"Account does not exist on chain. Send some tokens there before trying to query nonces.",
"Account does not exist on chain. Send some tokens there before trying to query sequence.",
);
}
return {