Skip to content

Commit

Permalink
markdown lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jakmeier committed May 15, 2024
1 parent fbb674c commit 8be43a3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions neps/nep-0539.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 8be43a3

Please sign in to comment.