Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Remove required Fields check from Deploy Account tx
Browse files Browse the repository at this point in the history
  • Loading branch information
pefontana committed Jan 16, 2024
1 parent 3660ed3 commit 7398e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/starknet_explorer/transaction.ex
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ defmodule StarknetExplorer.Transaction do

defp validate_according_to_tx_type(changeset, _tx = %{"type" => "DEPLOY_ACCOUNT"}) do
changeset
|> validate_required(@deploy_account_tx_fields)
# |> validate_required(@deploy_account_tx_fields)
end

defp validate_according_to_tx_type(changeset, _tx = %{"type" => "DEPLOY"}) do
Expand Down

0 comments on commit 7398e94

Please sign in to comment.