We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2f3e5 commit f8383acCopy full SHA for f8383ac
src/cryptoadvance/specter/server_endpoints/wallets/wallets_api.py
@@ -916,7 +916,7 @@ def txlist_to_csv(
916
tx["blockheight"] = "Unconfirmed"
917
# For txs, the relevant amount is flow_amount
918
if amount_logic == "flow":
919
- tx["amount"] = tx.flow_amount
+ tx["amount"] = tx["flow_amount"]
920
amount_price = "not supported"
921
rate = "not supported"
922
if tx.get("blocktime"):
0 commit comments