mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-30 10:18:44 -04:00
Reduce security deposit to make testing cheaper
This commit is contained in:
parent
3234df4484
commit
e4a54c47f8
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue