Enable sig provider in tx summary request

pull/9039/head
Nikita Pozdniakov 11 months ago
parent 6969f78c0e
commit 6e501106f8
No known key found for this signature in database
GPG Key ID: F344106F9804FE5F
  1. 2
      apps/block_scout_web/lib/block_scout_web/microservice_interfaces/transaction_interpretation.ex

@ -76,7 +76,7 @@ defmodule BlockScoutWeb.MicroserviceInterfaces.TransactionInterpretation do
created_contract_address: [:names, :token, :smart_contract]
])
skip_sig_provider? = true
skip_sig_provider? = false
{decoded_input, _abi_acc, _methods_acc} = Transaction.decoded_input_data(transaction, skip_sig_provider?, @api_true)
decoded_input_data = decoded_input |> TransactionView.format_decoded_input() |> TransactionView.decoded_input()

Loading…
Cancel
Save