Skip to content

Commit

Permalink
Update with developer branch changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiySW authored Oct 27, 2024
1 parent 8bd901b commit c98f769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/qt/qt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ class short_text_visitor : public nano::block_visitor
void open_block (nano::open_block const & block_a)
{
type = "Receive";
if (block_a.hashables.source != ledger.constants.genesis->account ())
if (block_a.hashables.source != ledger.constants.genesis->account ().as_union ())
{
auto account_l = ledger.any.block_account (transaction, block_a.hashables.source);
auto amount_l = ledger.any.block_amount (transaction, block_a.hash ());
Expand Down

0 comments on commit c98f769

Please sign in to comment.