From 433c47e68b573976cd0dbcdc03bf1582e46fde3c Mon Sep 17 00:00:00 2001 From: zhoujiaweii Date: Wed, 17 Sep 2025 16:55:00 +0800 Subject: [PATCH] chore: remove redundant word in comment Signed-off-by: zhoujiaweii --- .../network/model/response/SubqueryHistoryElementResponse.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature-wallet-impl/src/main/java/jp/co/soramitsu/wallet/impl/data/network/model/response/SubqueryHistoryElementResponse.kt b/feature-wallet-impl/src/main/java/jp/co/soramitsu/wallet/impl/data/network/model/response/SubqueryHistoryElementResponse.kt index b84b830b0e..78f7e168ba 100644 --- a/feature-wallet-impl/src/main/java/jp/co/soramitsu/wallet/impl/data/network/model/response/SubqueryHistoryElementResponse.kt +++ b/feature-wallet-impl/src/main/java/jp/co/soramitsu/wallet/impl/data/network/model/response/SubqueryHistoryElementResponse.kt @@ -34,7 +34,7 @@ class SubqueryHistoryElementResponse(val query: Query) { val fee: BigInteger, val block: String, val success: Boolean, - val extrinsicHash: String?, // nullable since not all transfers not hash hash on SubQuery + val extrinsicHash: String?, // nullable since not all transfers not hash on SubQuery val assetId: String? )