From 2e41d2892e537fc7682b712ceb72bccdf71d1c77 Mon Sep 17 00:00:00 2001 From: Jordan Hrycaj Date: Fri, 25 Mar 2022 09:11:39 +0000 Subject: [PATCH] Update eth/p2p/rlpx.nim Co-authored-by: Kim De Mey --- eth/p2p/rlpx.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/p2p/rlpx.nim b/eth/p2p/rlpx.nim index 39dcb28..7fc18f7 100644 --- a/eth/p2p/rlpx.nim +++ b/eth/p2p/rlpx.nim @@ -59,7 +59,7 @@ proc read(rlp: var Rlp; T: type DisconnectionReasonList): T let n = rlp.read(int) return DisconnectionReasonList(value: n.DisconnectionReason) - # Also accepted: a blob of a list (aka object) of reason code. Is is + # Also accepted: a blob of a list (aka object) of reason code. It is # used by `bor`, a `geth` fork var subList = rlp.toBytes.rlpFromBytes if subList.isList: