diff --git a/spec/p2p/reactors/mempool-v1.md b/spec/p2p/reactors/mempool-v1.md index 0bfca3ba1b..8b48028074 100644 --- a/spec/p2p/reactors/mempool-v1.md +++ b/spec/p2p/reactors/mempool-v1.md @@ -56,7 +56,6 @@ Other P2P configs ([ref](https://github.com/celestiaorg/celestia-core/blob/2f93f In the analysis provided below, we consider the knowledge of the following network parameters: - `d`: Node degree (total incoming and outgoing connections) - - `transaction_rate` which specifies that total size of transactions in bytes per second submitted to the network. Transactions are assumed to comply with the transaction size, are valid and are accepted by the mempool. We also assume all the peers are up and running.