Open
Description
Trueblocks v0.45.0
Providing multiple addresses to the API or Chifra while using the "neighbors" flag results in only the first address in the list being processed.
Sudo API request:
http://localhost:8080/export/?addrs={address1}, {address2}&neighbors=True
Outputs only the result of address1.
Sudo Chifra:
chifra export --fmt csv --neighbors {address1} {address2} >test.csv
CSV only contains the results from address1