You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a workaround to this issue, you may create a text file (say called file) with one line for each address and then use chifra export --fmt csv --neighbors --file file
tjayrush
changed the title
Export and --neighbours flag incomplete return when providing multiple addresses. (API & Chifra)
chifra export --neighbours flag incomplete return when providing multiple addresses. (API & Chifra)
Jan 23, 2023
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
The text was updated successfully, but these errors were encountered: