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

Commit d81952f

Browse files
committed
Remove FIXME on warnings
I may have got mixed up with `getblockchaininfo` when I wrote this FIXME, we only support v17 `getnetworkinfo` and the `warnings` field is correctly named (and documented).
1 parent e53251d commit d81952f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json/src/model/network.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub struct GetNetworkInfo {
3838
/// List of local addresses.
3939
pub local_addresses: Vec<GetNetworkInfoAddress>,
4040
/// Any network and blockchain warnings.
41-
pub warnings: String, // FIXME: I rekon this is wrong.
41+
pub warnings: String,
4242
}
4343

4444
/// Part of the result of the JSON-RPC method `getnetworkinfo` (information per network).

0 commit comments

Comments
 (0)