From 661ab5bf195a6d7094851dbec85545cc8052e9bb Mon Sep 17 00:00:00 2001 From: Adin Schmahmann Date: Fri, 26 Aug 2022 13:50:08 -0400 Subject: [PATCH] bitswap: rename bitswap 1.3.0 AuthRequired to TokenErr --- BITSWAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BITSWAP.md b/BITSWAP.md index 7364b8fc..6c74a7bb 100644 --- a/BITSWAP.md +++ b/BITSWAP.md @@ -199,7 +199,7 @@ Bitswap 1.3.0 extends the Bitswap 1.2.0 protocol with the following changes: 1. Having a list of tokens that may be sent with the message and referenced within the message 2. Allowing each entry in the wantlist to contain a set of tokens 3. Allowing responses (both BlockPresences and Blocks) to contain a set of tokens -4. Adding an `AuthRequired` BlockPresence +4. Adding an `TokenErr` BlockPresence 5. Adding a `BlockTooBig` BlockPresence ### Interaction Pattern