Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
krigga committed Aug 13, 2024
1 parent 00c6b7f commit 05afdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulator/transaction-emulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ td::Result<bool> TransactionEmulator::emulate_transaction_sbs(
utime = (unsigned)std::time(nullptr);
}

auto fetch_res = block::FetchConfigParams::fetch_config_params(config_, prev_blocks_info_, &old_mparams,
auto fetch_res = block::FetchConfigParams::fetch_config_params(*config_, prev_blocks_info_, &old_mparams,
&storage_prices_, &storage_phase_cfg_,
&rand_seed_, &compute_phase_cfg_,
&action_phase_cfg_, &masterchain_create_fee,
Expand Down

0 comments on commit 05afdab

Please sign in to comment.