Skip to content

Commit 2ba29f9

Browse files
committed
chore: remove comment
1 parent ed9aa52 commit 2ba29f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rpc-json/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ pub struct GetNetworkInfoResultAddress {
6666

6767
#[derive(Clone, PartialEq, Eq, Debug, Deserialize, Serialize)]
6868
pub struct GetNetworkInfoResult {
69-
// FIXME: validate max value range for version (currently deserializes into usize)
7069
pub version: usize,
7170
#[serde(rename = "buildversion")]
7271
pub build_version: String,

0 commit comments

Comments
 (0)