From 615e0d747ab831b1d42b34a620c01c79ca2700ad Mon Sep 17 00:00:00 2001 From: Andrew Groot Date: Tue, 13 Oct 2020 14:32:19 -0400 Subject: [PATCH] Re-adding explanation for BU not validating checksums. --- protocol/network/messages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/network/messages.md b/protocol/network/messages.md index 47fea4a..5063e0f 100644 --- a/protocol/network/messages.md +++ b/protocol/network/messages.md @@ -123,4 +123,4 @@ Below is the full, concatenated sample message (in hexadecimal): ### Payload Checksum -Bitcoin Unlimited does not validate the message checksum \ No newline at end of file +Bitcoin Unlimited does not validate the message checksum since messages are sent via TCP which has its own checksum paradigm.