mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 12:11:35 +00:00
Dispute amount are claimable via UI. Fix FSE does not expire.
This commit is contained in:
parent
b62c243447
commit
3d130129f1
@ -22,7 +22,6 @@ class Command(BaseCommand):
|
||||
Order.Status.DEL,
|
||||
Order.Status.UCA,
|
||||
Order.Status.EXP,
|
||||
Order.Status.FSE,
|
||||
Order.Status.DIS,
|
||||
Order.Status.CCA,
|
||||
Order.Status.PAY,
|
||||
|
@ -311,7 +311,7 @@ export default class OrderPage extends Component {
|
||||
<DialogContent>
|
||||
<DialogContentText id="cancel-dialog-description">
|
||||
By taking this order you risk wasting your time.
|
||||
If the maker does not proceed in time, you will be compensated with 50% of the satoshis of maker bond.
|
||||
If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.
|
||||
</DialogContentText>
|
||||
</DialogContent>
|
||||
<DialogActions>
|
||||
|
@ -559,10 +559,10 @@ export default class TradeBox extends Component {
|
||||
</Grid>
|
||||
<Grid item xs={12} align="left">
|
||||
<Typography component="body2" variant="body2">
|
||||
<p>Both statements have been received, wait for the staff to resolve the dispute.
|
||||
The dispute winner will be asked to submit a LN invoice via the contact methods provided.
|
||||
<p>Both statements have been received, wait for the staff to resolve the dispute.
|
||||
If you are hesitant about the state of the dispute or want to add more information,
|
||||
contact robosats@protonmail.com. If you did not provide a contact method, write us immediately. </p>
|
||||
contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether
|
||||
you wrote it right, write us immediately. </p>
|
||||
|
||||
<p>Please, save the information needed to identify your order and your payments: order ID;
|
||||
payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of
|
||||
@ -585,10 +585,9 @@ export default class TradeBox extends Component {
|
||||
</Grid>
|
||||
<Grid item xs={12} align="left">
|
||||
<Typography component="body2" variant="body2">
|
||||
You will be sent the satoshis of the escrow and your fidelity bond.
|
||||
This is not an automatic process, instead it will be sent manually by the staff.
|
||||
Please coordinate with the staff by writing to robosats@protonmail.com (or via your provided
|
||||
burner contact method).
|
||||
You can claim the dispute resolution amount (escrow and fidelity bond) from
|
||||
your profile rewards. If there is anything the staff can help with, do not hesitate to contact to
|
||||
robosats@protonmail.com (or via your provided burner contact method).
|
||||
</Typography>
|
||||
</Grid>
|
||||
{this.showBondIsSettled()}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user