From 8be43a33815d16929e3b5781ec8e3d5a9b191477 Mon Sep 17 00:00:00 2001 From: Jakob Meier Date: Thu, 16 May 2024 00:18:00 +0200 Subject: [PATCH] markdown lints --- neps/nep-0539.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/neps/nep-0539.md b/neps/nep-0539.md index 802c1f218..da5651e47 100644 --- a/neps/nep-0539.md +++ b/neps/nep-0539.md @@ -325,8 +325,8 @@ one queue for each other shard at the current sharding layout. We add two trie columns: -* `BUFFERED_RECEIPT_INDICES: u8 = 13;` -* `BUFFERED_RECEIPT: u8 = 14` +- `BUFFERED_RECEIPT_INDICES: u8 = 13;` +- `BUFFERED_RECEIPT: u8 = 14` The `BUFFERED_RECEIPT_INDICES` column only has one value, which stores a borsh-serialized instance of `BufferedReceiptIndices` defines as follows: @@ -720,9 +720,6 @@ where most gas is going to be burnt, and use this for transaction rejection. ## Consequences - -### - ### Positive - Accepted transaction have lower latencies compared to today under congestion.