Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed Oct 6, 2022
1 parent f343906 commit 43c95ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/app/api_objects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ market_ticker::market_ticker(const fc::time_point_sec& now,
}

maybe_signed_block_header::maybe_signed_block_header( const signed_block_header& bh, bool with_witness_signature )
: block_header( bh ),
: block_header( bh ), // Slice intentionally
witness_signature( with_witness_signature ? bh.witness_signature : optional<signature_type>() )
{ // Nothing else to do
}
Expand Down

0 comments on commit 43c95ab

Please # to comment.