Skip to content

Commit 97f862c

Browse files
authored
Remove a leftover from commit a3cd16b (#2370)
1 parent 4731f67 commit 97f862c

File tree

1 file changed

+0
-1
lines changed
  • model/src/main/kotlin/org/ethereum/lists/chains/model

1 file changed

+0
-1
lines changed

model/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ data class Chain(
77
val name: String,
88
val shortName: String,
99
val chain: String,
10-
@Deprecated("Will be removed in the future")
1110
val chainId: Long,
1211
val networkId: Long,
1312
val rpc: List<String>,

0 commit comments

Comments
 (0)