|
Electroneum
|
#include <double_spend.h>


Static Public Attributes | |
| static const uint64_t | send_amount = FIRST_BLOCK_REWARD - TESTS_DEFAULT_FEE |
| static const bool | has_invalid_tx = !txs_keeped_by_block |
| static const size_t | expected_pool_txs_count = has_invalid_tx ? 1 : 2 |
| static const uint64_t | expected_bob_balance = send_amount |
| static const uint64_t | expected_alice_balance = 0 |
| Static Public Attributes inherited from gen_double_spend_base< gen_double_spend_in_alt_chain_in_different_blocks< txs_keeped_by_block > > | |
| static const uint64_t | send_amount |
Additional Inherited Members | |
| Public Types inherited from test_chain_unit_base | |
| typedef boost::function< bool(cryptonote::core &c, size_t ev_index, const std::vector< test_event_entry > &events)> | verify_callback |
| typedef std::map< std::string, verify_callback > | callbacks_map |
Definition at line 115 of file double_spend.h.
| bool gen_double_spend_in_alt_chain_in_different_blocks< txs_keeped_by_block >::generate | ( | std::vector< test_event_entry > & | events | ) | const |
|
static |
Definition at line 121 of file double_spend.h.
|
static |
Definition at line 120 of file double_spend.h.
|
static |
Definition at line 119 of file double_spend.h.
|
static |
Definition at line 118 of file double_spend.h.
|
static |
Definition at line 117 of file double_spend.h.