1
0
Fork 0
forked from lthn/blockchain

coretests: wallet_test inherits test_chain_unit_enchanced virtually to avoid gcc issues

This commit is contained in:
sowle 2020-05-27 13:12:28 +03:00
parent 01c1339ae6
commit 9ea200e3fa
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -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