Skip to content

Commit 12c00a4

Browse files
committed
Format code
1 parent 29039ef commit 12c00a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

types/src/v17/network/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ pub struct ListBanned(pub Vec<Banned>);
263263

264264
/// An item from the list returned by the JSON-RPC method `listbanned`
265265
#[derive(Clone, Debug, PartialEq, Deserialize, Serialize)]
266-
pub struct Banned { // NOTE: Shape taken from Core source code,as method is undocumented in the Bitcoin RPC CLI.
266+
pub struct Banned {
267+
// NOTE: Shape taken from Core source code,as method is undocumented in the Bitcoin RPC CLI.
267268
/// The IP/Subnet of the banned node.
268269
pub address: String,
269270
/// The UNIX epoch time the ban was expires.

0 commit comments

Comments
 (0)