Skip to content

Commit

Permalink
Resolve distinct addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
bchamagne committed Jan 8, 2024
1 parent 5636e07 commit 37a5b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/archethic/transaction_chain.ex
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,7 @@ defmodule Archethic.TransactionChain do
|> Transaction.get_movements()
|> Enum.map(& &1.to)
|> Enum.concat(recipient_addresses)
|> Enum.uniq()

authorized_nodes = P2P.authorized_and_available_nodes()

Expand Down

0 comments on commit 37a5b95

Please sign in to comment.