forked from lthn/blockchain
compilation fix
This commit is contained in:
parent
94c9c0cebc
commit
8543bb187f
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,6 @@ public:
|
|||
|
||||
bool find_kernel(const std::list<currency::account_base>& accs,
|
||||
const blockchain_vector& blck_chain,
|
||||
const outputs_index& indexes,
|
||||
wallets_vector& wallets,
|
||||
currency::pos_entry& pe,
|
||||
size_t& found_wallet_index,
|
||||
|
|
@ -438,6 +437,7 @@ public:
|
|||
bool build_wallets(const blockchain_vector& blocks,
|
||||
const std::list<currency::account_base>& accs,
|
||||
const tx_global_indexes& txs_outs,
|
||||
const outputs_index& oi,
|
||||
wallets_vector& wallets,
|
||||
const currency::core_runtime_config& cc = currency::get_default_core_runtime_config());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue