Skip to content

Commit

Permalink
Update network_performance.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatmikh committed Jun 6, 2019
1 parent 9aeff6b commit 4c62440
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion doc/network_performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,19 @@ To achieve these performance results we completely changed most of ethereum tran

Results of this tuning you may see below:

* A ``tx_pool.go`` class that contains most of logic for the transaction pool:
--markup test:

.. code-block:: python
:linenos:
:emphasize-lines: 3,5
def some_function():
interesting = False
print 'This line is highlighted.'
print 'This one is not...'
print '...but this one is.'
* ``tx_pool.go`` class that contains most of logic for the transaction pool:

.. container:: codeset

Expand Down

0 comments on commit 4c62440

Please sign in to comment.