carrot_impl 3/27/25 [WIP]
This commit is contained in:
@@ -31,7 +31,10 @@ void wallet_accessor_test::set_account(tools::wallet2 * wallet, cryptonote::acco
|
||||
|
||||
void wallet_accessor_test::process_parsed_blocks(tools::wallet2 * wallet, uint64_t start_height, const std::vector<cryptonote::block_complete_entry> &blocks, const std::vector<tools::wallet2::parsed_block> &parsed_blocks, uint64_t& blocks_added)
|
||||
{
|
||||
wallet->process_parsed_blocks(start_height, blocks, parsed_blocks, blocks_added);
|
||||
if (wallet != nullptr) {
|
||||
auto output_tracker_cache = wallet->create_output_tracker_cache();
|
||||
wallet->process_parsed_blocks(start_height, blocks, parsed_blocks, blocks_added, output_tracker_cache);
|
||||
}
|
||||
}
|
||||
|
||||
void wallet_tools::process_transactions(tools::wallet2 * wallet, const std::vector<test_event_entry>& events, const cryptonote::block& blk_head, block_tracker &bt, const boost::optional<crypto::hash>& blk_tail)
|
||||
|
||||
Reference in New Issue
Block a user