Skip to content

Commit

Permalink
fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
gdnathan committed Sep 20, 2024
1 parent f1efa80 commit 029c4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/protocol/messages/getaddr.zig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const CompactSizeUint = @import("bitcoin-primitives").types.CompatSizeUint;

/// GetaddrMessage represents the "verack" message
///
/// https://developer.bitcoin.org/reference/p2p_networking.html#version
/// https://developer.bitcoin.org/reference/p2p_networking.html#getaddr
pub const GetaddrMessage = struct {
// verack message do not contain any payload, thus there is no field

Expand Down

0 comments on commit 029c4a8

Please sign in to comment.