getTransactionCount returns the tx size of the transaction pool.
()
| 626 | |
| 627 | // getTransactionCount returns the tx size of the transaction pool. |
| 628 | func (s *TXPoolServer) getTransactionCount() int { |
| 629 | return s.txPool.GetTransactionCount() |
| 630 | } |
| 631 | |
| 632 | // reVerifyStateful re-verify a transaction's stateful data. |
| 633 | func (s *TXPoolServer) reVerifyStateful(tx *tx.Transaction, sender tc.SenderType) { |
no test coverage detected