Skip to content

Commit

Permalink
Update blockchain_storage.h
Browse files Browse the repository at this point in the history
  • Loading branch information
chinet-developers authored Mar 28, 2023
1 parent 80aeb42 commit 70a8390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/currency_core/blockchain_storage.h
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ namespace currency
{
CHECKED_GET_SPECIFIC_VARIANT(tx_ptr->tx.vout[n].target, const txout_to_key, outtk, false);
//fix for burned money
patch_out_if_needed(const_cast<txout_to_key&>(outtk), tx_id, n);
//patch_out_if_needed(const_cast<txout_to_key&>(outtk), tx_id, n);

bool mixattr_ok = is_mixattr_applicable_for_fake_outs_counter(outtk.mix_attr, key_offsets.size() - 1);
CHECK_AND_ASSERT_MES(mixattr_ok, false, "tx output #" << output_index << " violates mixin restrictions: mix_attr = " << static_cast<uint32_t>(outtk.mix_attr) << ", key_offsets.size = " << key_offsets.size());
Expand Down

0 comments on commit 70a8390

Please sign in to comment.