forked from lthn/blockchain
coretests: wallet_test inherits test_chain_unit_enchanced virtually to avoid gcc issues
This commit is contained in:
parent
01c1339ae6
commit
9ea200e3fa
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#pragma once
|
||||
#include "chaingen.h"
|
||||
|
||||
struct wallet_test : public test_chain_unit_enchanced
|
||||
struct wallet_test : virtual public test_chain_unit_enchanced
|
||||
{
|
||||
enum { MINER_ACC_IDX = 0, ALICE_ACC_IDX = 1, BOB_ACC_IDX = 2, CAROL_ACC_IDX = 3, DAN_ACC_IDX = 4, TOTAL_ACCS_COUNT = 5 }; // to be used as index for m_accounts
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue