From 6b1d747a23537d17ba93a4856b106f6d6bdab817 Mon Sep 17 00:00:00 2001 From: Andrew Groot Date: Mon, 5 Oct 2020 17:10:50 -0400 Subject: [PATCH] Link and content tweaks for example message. --- protocol/network/messages.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/protocol/network/messages.md b/protocol/network/messages.md index 50200b7..e01ed2d 100644 --- a/protocol/network/messages.md +++ b/protocol/network/messages.md @@ -105,9 +105,10 @@ The below segments, when concatenated in order, create a sample [verack](/protoc | Net Magic[(BE)](/protocol/misc/endian/little) | `E3E1F3E8` | | Command String ("verack")[(BE)](/protocol/misc/endian/big) | `76657261636B000000000000` | | Payload Byte Count[(LE)](/protocol/misc/endian/little) | `00000000` | -| Payload Checksum[(LE)](/protocol/network/messages/message-checksum) | `5DF6E0E2` | +| Payload Checksum[(LE)](/protocol/misc/endian/little) | `5DF6E0E2` | + +Below is the full, concatenated sample message (in hexadecimal): -### Full Sample Message (Hexadecimal) `E3E1F3E876657261636B000000000000000000005DF6E0E2` # Node Specific Behavior