Skip to content

Commit a9cdace

Browse files
committed
Fix typo in docs for GetPeerInfoResult.network
1 parent daf8402 commit a9cdace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ pub struct GetPeerInfoResult {
998998
/// Local address as reported by the peer
999999
// TODO: use a type for addrlocal
10001000
pub addrlocal: Option<String>,
1001-
/// Network (ipv4, ipv6, or onion) the peer connected throug
1001+
/// Network (ipv4, ipv6, or onion) the peer connected through
10021002
/// Added in Bitcoin Core v0.21
10031003
pub network: Option<GetPeerInfoResultNetwork>,
10041004
/// The services offered

0 commit comments

Comments
 (0)