mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-18 23:06:02 -04:00
Reduce security deposit to make testing cheaper
This commit is contained in:
parent
3234df4484
commit
e4a54c47f8
@ -199,13 +199,15 @@ class RestrictionsModel extends UIModel {
|
||||
idVerifications.add(Arbitrator.ID_VERIFICATION.PASSPORT);
|
||||
idVerifications.add(Arbitrator.ID_VERIFICATION.GOV_ID);
|
||||
|
||||
// TODO use very small sec. dposit to make testing in testnet less expensive
|
||||
// Revert later to 0.1 BTC again
|
||||
Arbitrator arbitrator = new Arbitrator(pubKeyAsHex,
|
||||
messagePubKeyAsHex,
|
||||
"Manfred Karrer",
|
||||
Arbitrator.ID_TYPE.REAL_LIFE_ID,
|
||||
languages,
|
||||
new Reputation(),
|
||||
Coin.parseCoin("0.1"),
|
||||
Coin.parseCoin("0.001"),
|
||||
arbitrationMethods,
|
||||
idVerifications,
|
||||
"http://bitsquare.io/",
|
||||
|
Loading…
x
Reference in New Issue
Block a user