From 5b49afc3bf500e9db88b8fbe9f53744ebce617ef Mon Sep 17 00:00:00 2001 From: XFantasy88 Date: Fri, 18 Aug 2023 03:18:40 -0400 Subject: [PATCH] typo issue update --- include/TrustWalletCore/TWCoinType.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/TrustWalletCore/TWCoinType.h b/include/TrustWalletCore/TWCoinType.h index 2595fcf06c0..b55693dec26 100644 --- a/include/TrustWalletCore/TWCoinType.h +++ b/include/TrustWalletCore/TWCoinType.h @@ -308,7 +308,7 @@ uint32_t TWCoinTypeSlip44Id(enum TWCoinType coin); TW_EXPORT_PROPERTY uint32_t TWCoinTypeSS58Prefix(enum TWCoinType coin); -/// public key type for this coin typeUpdate CoinAddressDerivationTests.swift +/// public key type for this coin type /// /// \param coin A coin type /// \return public key type for the given coin type