diff --git a/lib/archethic/account/mem_tables_loader.ex b/lib/archethic/account/mem_tables_loader.ex index 69e31e1e9b..5b454f3b6c 100644 --- a/lib/archethic/account/mem_tables_loader.ex +++ b/lib/archethic/account/mem_tables_loader.ex @@ -87,27 +87,6 @@ defmodule Archethic.Account.MemTablesLoader do UCOLedger.spend_all_unspent_outputs(previous_address) TokenLedger.spend_all_unspent_outputs(previous_address) - burn_storage_nodes = - Election.storage_nodes( - LedgerOperations.burning_address(), - P2P.authorized_and_available_nodes(timestamp) - ) - - transaction_movements = - if Utils.key_in_node_list?(burn_storage_nodes, Crypto.first_node_public_key()) and - fee > 0 do - [ - %TransactionMovement{ - to: LedgerOperations.burning_address(), - amount: fee, - type: :UCO - } - | transaction_movements - ] - else - transaction_movements - end - :ok = set_transaction_movements( address,