Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 2465bd4

Browse files
committed
Remove FIXME on enum type conversion
This code is verbose but trivial, lets leave it in.
1 parent 3725ae0 commit 2465bd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

json/src/v17/blockchain.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ impl GetBlockchainInfo {
340340
}
341341
}
342342

343-
// FIXME: Me mightn't need this.
344343
impl Bip9SoftforkStatus {
345344
/// Converts version specific type to a version in-specific, more strongly typed type.
346345
pub fn into_model(self) -> model::Bip9SoftforkStatus {

0 commit comments

Comments
 (0)