Skip to content

Commit f8383ac

Browse files
k9ertmoneymanolis
andauthored
fixes #2319 (#2330)
Co-authored-by: Manolis Mandrapilias <[email protected]>
1 parent ec2f3e5 commit f8383ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cryptoadvance/specter/server_endpoints/wallets/wallets_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ def txlist_to_csv(
916916
tx["blockheight"] = "Unconfirmed"
917917
# For txs, the relevant amount is flow_amount
918918
if amount_logic == "flow":
919-
tx["amount"] = tx.flow_amount
919+
tx["amount"] = tx["flow_amount"]
920920
amount_price = "not supported"
921921
rate = "not supported"
922922
if tx.get("blocktime"):

0 commit comments

Comments
 (0)