From 97f862c6de5805e5015f4f57f9953f387352f89d Mon Sep 17 00:00:00 2001 From: ligi Date: Mon, 6 Mar 2023 17:19:23 +0100 Subject: [PATCH] Remove a leftover from commit a3cd16b7a7a1c2637439c99ce849b40e90668aeb (#2370) --- model/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/model/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt b/model/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt index 426080c8..e61ee869 100644 --- a/model/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt +++ b/model/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt @@ -7,7 +7,6 @@ data class Chain( val name: String, val shortName: String, val chain: String, - @Deprecated("Will be removed in the future") val chainId: Long, val networkId: Long, val rpc: List,