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 744145e commit 8951ee0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/network_performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ To achieve these performance results we completely changed most of ethereum tran

Results of this tuning you may see below:

.. container:: codeset

.. sourcecode:: kotlin

override fun verify(tx: LedgerTransaction) {
// Always accepts!
}

.. sourcecode:: java

@Override
public void verify(LedgerTransaction tx) {
// Always accepts!
}



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

.. container:: codeset
Expand Down

0 comments on commit 8951ee0

Please sign in to comment.