diff --git a/lib/archethic/contracts/interpreter/action.ex b/lib/archethic/contracts/interpreter/action.ex index 44946c318..0cb9e9b63 100644 --- a/lib/archethic/contracts/interpreter/action.ex +++ b/lib/archethic/contracts/interpreter/action.ex @@ -147,14 +147,6 @@ defmodule Archethic.Contracts.ActionInterpreter do end # Whitelist the add_uco_transfer function parameters - defp prewalk( - node = {{:atom, "to"}, address}, - acc = {:ok, %{scope: {"add_uco_transfer", {:actions, _}}}} - ) - when is_binary(address) do - {node, acc} - end - defp prewalk( node = {{:atom, "to"}, address}, acc = {:ok, %{scope: {:function, "add_uco_transfer", {:actions, _}}}}