We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956b52a commit 9654d4fCopy full SHA for 9654d4f
lbry/extras/daemon/daemon.py
@@ -4349,7 +4349,7 @@ async def jsonrpc_support_create(
4349
'nout': tx.position,
4350
'address': claim_address,
4351
'claim_id': claim_id,
4352
- 'amount': dewies_to_lbc(amount)
+ 'amount': dewies_to_lbc(new_txo.amount)
4353
}]})
4354
self.component_manager.loop.create_task(self.analytics_manager.send_claim_action('new_support'))
4355
else:
0 commit comments