We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f9995 commit 4d95802Copy full SHA for 4d95802
src/sdk/main/include/TokenWipeTransaction.h
@@ -195,7 +195,7 @@ class TokenWipeTransaction : public Transaction<TokenWipeTransaction>
195
uint64_t mAmount = 0ULL;
196
197
/**
198
- * Applicable to tokens of type NON_FUNGIBLE_UNIQUE. THe list of serial numbers to be wiped from the account.
+ * Applicable to tokens of type NON_FUNGIBLE_UNIQUE. The list of serial numbers to be wiped from the account.
199
*/
200
std::vector<uint64_t> mSerialNumbers;
201
};
0 commit comments