We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf8402 commit a9cdaceCopy full SHA for a9cdace
json/src/lib.rs
@@ -998,7 +998,7 @@ pub struct GetPeerInfoResult {
998
/// Local address as reported by the peer
999
// TODO: use a type for addrlocal
1000
pub addrlocal: Option<String>,
1001
- /// Network (ipv4, ipv6, or onion) the peer connected throug
+ /// Network (ipv4, ipv6, or onion) the peer connected through
1002
/// Added in Bitcoin Core v0.21
1003
pub network: Option<GetPeerInfoResultNetwork>,
1004
/// The services offered
0 commit comments