![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include "TransactionQueue.h"#include <libdevcore/Log.h>#include <libethcore/Exceptions.h>#include "Transaction.h"Go to the source code of this file.
Variables | |
| const size_t | c_maxVerificationQueueSize = 8192 |
Definition in file TransactionQueue.cpp.
| const size_t c_maxVerificationQueueSize = 8192 |
Definition at line 31 of file TransactionQueue.cpp.