Skip to content

Commit 9654d4f

Browse files
moodyjoneukreign
authored andcommitted
Obtain "amount" from new_txo.amount when calling save_supports().
1 parent 956b52a commit 9654d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lbry/extras/daemon/daemon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4349,7 +4349,7 @@ async def jsonrpc_support_create(
43494349
'nout': tx.position,
43504350
'address': claim_address,
43514351
'claim_id': claim_id,
4352-
'amount': dewies_to_lbc(amount)
4352+
'amount': dewies_to_lbc(new_txo.amount)
43534353
}]})
43544354
self.component_manager.loop.create_task(self.analytics_manager.send_claim_action('new_support'))
43554355
else:

0 commit comments

Comments
 (0)