|
|
@ -460,7 +460,8 @@ defmodule BlockScoutWeb.API.RPC.TransactionControllerTest do |
|
|
|
%{ |
|
|
|
%{ |
|
|
|
"address" => "#{address.hash}", |
|
|
|
"address" => "#{address.hash}", |
|
|
|
"data" => "#{log.data}", |
|
|
|
"data" => "#{log.data}", |
|
|
|
"topics" => ["first topic", "second topic", nil, nil] |
|
|
|
"topics" => ["first topic", "second topic", nil, nil], |
|
|
|
|
|
|
|
"index" => "#{log.index}" |
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
], |
|
|
|
"next_page_params" => nil |
|
|
|
"next_page_params" => nil |
|
|
|