Skip to content

Commit

Permalink
GH-985 compiler needs explicit construction of microseconds since con…
Browse files Browse the repository at this point in the history
…structor is explicit
  • Loading branch information
heifner committed Nov 12, 2024
1 parent 2b56de1 commit 39af386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/include/eosio/chain/trace.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ namespace eosio::chain {
block_timestamp_type block_time;
std::optional<block_id_type> producer_block_id;
std::optional<transaction_receipt_header> receipt;
fc::microseconds elapsed;
fc::microseconds elapsed{};
uint64_t net_usage = 0;
bool scheduled = false;
vector<action_trace> action_traces;
Expand Down

0 comments on commit 39af386

Please sign in to comment.