mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Add L-BTC popup requiring users to disclose amountblinder key to mediators
This commit is contained in:
parent
0adf889f94
commit
6fa31b34d7
@ -17,9 +17,11 @@
|
|||||||
|
|
||||||
package bisq.asset.coins;
|
package bisq.asset.coins;
|
||||||
|
|
||||||
|
import bisq.asset.AltCoinAccountDisclaimer;
|
||||||
import bisq.asset.Coin;
|
import bisq.asset.Coin;
|
||||||
import bisq.asset.RegexAddressValidator;
|
import bisq.asset.RegexAddressValidator;
|
||||||
|
|
||||||
|
@AltCoinAccountDisclaimer("account.altcoin.popup.liquidbitcoin.msg")
|
||||||
public class LiquidBitcoin extends Coin {
|
public class LiquidBitcoin extends Coin {
|
||||||
|
|
||||||
public LiquidBitcoin() {
|
public LiquidBitcoin() {
|
||||||
|
@ -1446,6 +1446,18 @@ As burnt blackcoins are unspendable, they can not be reselled. “Selling” bur
|
|||||||
burning ordinary blackcoins (with associated data equal to the destination address).\n\n\
|
burning ordinary blackcoins (with associated data equal to the destination address).\n\n\
|
||||||
In case of a dispute, the BLK seller needs to provide the transaction hash.
|
In case of a dispute, the BLK seller needs to provide the transaction hash.
|
||||||
|
|
||||||
|
account.altcoin.popup.liquidbitcoin.msg=Trading L-BTC on Bisq requires that you understand the following:\n\n\
|
||||||
|
When receiving L-BTC for a trade on Bisq, you cannot use the mobile Blockstream Green Wallet app or a \
|
||||||
|
custodial/exchange wallet. You must only receive L-BTC into the Liquid Elements Core wallet, or another \
|
||||||
|
L-BTC wallet which allows you to obtain the blinding key for your blinded L-BTC address.\n\n\
|
||||||
|
In the event mediation is necessary, or if a trade dispute arises, you must disclose the blinding key for \
|
||||||
|
your receiving L-BTC address to the Bisq mediator or refund agent so they can verify the details of \
|
||||||
|
your Confidential Transaction on their own Elements Core full node.\n\n\
|
||||||
|
Failure to provide the required information to the mediator or refund agent will result in losing the \
|
||||||
|
dispute case. In all cases of dispute, the L-BTC receiver bears 100% of the burden of responsibility in \
|
||||||
|
providing cryptographic proof to the mediator or refund agent.\n\n\
|
||||||
|
If you do not understand these requirements, do not trade L-BTC on Bisq.
|
||||||
|
|
||||||
account.fiat.yourFiatAccounts=Your national currency accounts
|
account.fiat.yourFiatAccounts=Your national currency accounts
|
||||||
|
|
||||||
account.backup.title=Backup wallet
|
account.backup.title=Backup wallet
|
||||||
|
Loading…
Reference in New Issue
Block a user