Fix confusing prompt title for submission of payout information

This commit is contained in:
Reckless_Satoshi 2023-01-14 04:52:47 -08:00
parent 62ec832c2e
commit d3851784e2
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
3 changed files with 3 additions and 4 deletions

View File

@ -1616,7 +1616,6 @@ class Logics:
) # 1000 ppm or 10 sats
routing_budget_ppm = (routing_budget_sats / float(num_satoshis)) * 1000000
reward_payout = LNNode.validate_ln_invoice(
invoice, num_satoshis, routing_budget_ppm
)

View File

@ -1,4 +1,4 @@
src/components/payment-methods/code/code.js
src/components/PaymentMethods/Icons/code/code.js
static/rest_framework/**
static/admin/**
static/frontend/**

View File

@ -380,7 +380,7 @@ const TradeBox = ({
} else if (status == 6) {
bondStatus = 'locked';
if (isBuyer) {
title = 'Submit payout info for {{amountSats}} Sats';
title = 'Submit payout info';
titleVariables = { amountSats: pn(order.invoice_amount) };
prompt = function () {
return (
@ -428,7 +428,7 @@ const TradeBox = ({
} else if (status == 8) {
bondStatus = 'locked';
if (isBuyer) {
title = 'Submit payout info for {{amountSats}} Sats';
title = 'Submit payout info';
titleVariables = { amountSats: pn(order.invoice_amount) };
prompt = () => {
return (