Skip to content

Commit

Permalink
Fix lite-client compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
SpyCheese committed Jun 19, 2024
1 parent 829abe4 commit b410e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lite-client/lite-client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2528,8 +2528,8 @@ void TestNode::got_block_transactions(
out << " metadata: <none>" << std::endl;
} else {
out << " metadata: "
<< block::MsgMetadata{meta->depth_, meta->initiator_->workchain_, meta->initiator_->id_,
meta->initiator_lt_}
<< block::MsgMetadata{(td::uint32)meta->depth_, meta->initiator_->workchain_, meta->initiator_->id_,
(ton::LogicalTime)meta->initiator_lt_}
.to_str()
<< std::endl;
}
Expand Down

0 comments on commit b410e65

Please sign in to comment.