Skip to content

Commit

Permalink
fixes #2319 (#2330)
Browse files Browse the repository at this point in the history
Co-authored-by: Manolis Mandrapilias <[email protected]>
  • Loading branch information
k9ert and moneymanolis authored Jul 21, 2023
1 parent ec2f3e5 commit f8383ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ def txlist_to_csv(
tx["blockheight"] = "Unconfirmed"
# For txs, the relevant amount is flow_amount
if amount_logic == "flow":
tx["amount"] = tx.flow_amount
tx["amount"] = tx["flow_amount"]
amount_price = "not supported"
rate = "not supported"
if tx.get("blocktime"):
Expand Down

0 comments on commit f8383ac

Please sign in to comment.