mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-22 13:39:39 -04:00
support reserving exact offer amount by splitting output
This commit is contained in:
parent
0bbb8a4183
commit
722b02f4c9
31 changed files with 424 additions and 173 deletions
|
@ -80,7 +80,7 @@ shared.tradeCurrency=Trade currency
|
|||
shared.offerType=Offer type
|
||||
shared.details=Details
|
||||
shared.address=Address
|
||||
shared.balanceWithCur=Balance in {0}
|
||||
shared.balanceWithCur=Available balance in {0}
|
||||
shared.utxo=Unspent transaction output
|
||||
shared.txId=Transaction ID
|
||||
shared.confirmations=Confirmations
|
||||
|
@ -196,6 +196,7 @@ shared.total=Total
|
|||
shared.totalsNeeded=Funds needed
|
||||
shared.tradeWalletAddress=Trade wallet address
|
||||
shared.tradeWalletBalance=Trade wallet balance
|
||||
shared.reserveExactAmount=Reserve exact amount for offer. Splits wallet funds if necessary, requiring a mining fee and 10 confirmations (~20 minutes) before the offer is available.
|
||||
shared.makerTxFee=Maker: {0}
|
||||
shared.takerTxFee=Taker: {0}
|
||||
shared.iConfirm=I confirm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue