mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-11 17:19:42 -04:00
fix typo (#26)
This commit is contained in:
parent
ebee442341
commit
94b99c8c09
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class HavenoDaemon {
|
|||
.setAccountName(accountName)
|
||||
.setCurrencyCode(currencyCode)
|
||||
.setAddress(address)
|
||||
false; // not using instant trades
|
||||
.setTradeInstant(false); // not using instant trades
|
||||
return new Promise(function(resolve, reject) {
|
||||
that._paymentAccountsClient.createCryptoCurrencyPaymentAccount(request, {password: that._password}, function(err: grpcWeb.Error, response: CreateCryptoCurrencyPaymentAccountReply) {
|
||||
if (err) reject(err);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue