Update packages/cosmwasm-stargate/src/cosmwasmclient.ts

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
This commit is contained in:
Milan Steiner 2022-03-15 16:25:36 +01:00 committed by GitHub
parent d4b382a1af
commit 9d9989403b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -335,7 +335,7 @@ export class CosmWasmClient {
}
/**
* getContracts() returns all contracts and is just looping through all pagination pages.
* getContracts() returns all contract instances for one code and is just looping through all pagination pages.
*
* This is potentially inefficient and advanced apps should consider creating
* their own query client to handle pagination together with the app's screens.