From 3241e179d2b6f7402f08622c8c540cdff7f6a04f Mon Sep 17 00:00:00 2001 From: sanaz Date: Wed, 4 Oct 2023 16:04:51 -0700 Subject: [PATCH] deletes C --- spec/p2p/reactors/mempool-v1.md | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/p2p/reactors/mempool-v1.md b/spec/p2p/reactors/mempool-v1.md index 5a5ffad003..0bfca3ba1b 100644 --- a/spec/p2p/reactors/mempool-v1.md +++ b/spec/p2p/reactors/mempool-v1.md @@ -58,7 +58,6 @@ In the analysis provided below, we consider the knowledge of the following netwo - `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. -- `C`: total number of connections in 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.