Skip to content

Commit da50b6c

Browse files
committed
Remove stale comment
This comment is not true. `GetBlockcahinInfo` implements `into_model`. Furthermore the `///` after `//!` with no newline is weird. Remove the comment all together.
1 parent 257b445 commit da50b6c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

types/src/v17/network/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
//! The JSON-RPC API for Bitcoin Core `v0.17` - network.
44
//!
55
//! Types for methods found under the `== Network ==` section of the API docs.
6-
//!
7-
/// These types do not implement `into_model` because apart from fee rate there is no additional
8-
/// `rust-bitcoin` types needed.
6+
97
mod error;
108
mod into;
119

0 commit comments

Comments
 (0)