1
0
Fork 0
forked from lthn/blockchain

compilation fix

This commit is contained in:
sowle 2022-11-16 03:15:31 +01:00
parent 94c9c0cebc
commit 8543bb187f
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -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());