Monero
Loading...
Searching...
No Matches
tx_pool.cpp File Reference
#include "tx_pool.h"
#include <boost/chrono/chrono.hpp>
#include <boost/thread/thread_only.hpp>
#include <limits>
#include "string_tools.h"
Include dependency graph for tx_pool.cpp:

Macros

#define INIT_MEMPOOL_TEST()

Macro Definition Documentation

◆ INIT_MEMPOOL_TEST

#define INIT_MEMPOOL_TEST ( )
Value:
uint64_t send_amount = 1000; \
uint64_t ts_start = 1338224400; \
GENERATE_ACCOUNT(miner_account); \
GENERATE_ACCOUNT(bob_account); \
MAKE_GENESIS_BLOCK(events, blk_0, miner_account, ts_start); \
REWIND_BLOCKS(events, blk_0r, blk_0, miner_account); \
unsigned __int64 uint64_t
Definition stdint.h:136