chore: fix functions' comments (#20974)

This commit is contained in:
winniehere
2024-07-17 11:52:06 +00:00
committed by GitHub
parent 2d5983c829
commit 49bc189df1
21 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ message QuerySupplyResponse {
uint64 amount = 1;
}
// QueryNFTstRequest is the request type for the Query/NFTs RPC method
// QueryNFTsRequest is the request type for the Query/NFTs RPC method
message QueryNFTsRequest {
string class_id = 1;
string owner = 2;