fix typo (#26)

This commit is contained in:
woodser 2021-11-10 17:47:30 -05:00 committed by GitHub
parent ebee442341
commit 94b99c8c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ class HavenoDaemon {
.setAccountName(accountName) .setAccountName(accountName)
.setCurrencyCode(currencyCode) .setCurrencyCode(currencyCode)
.setAddress(address) .setAddress(address)
false; // not using instant trades .setTradeInstant(false); // not using instant trades
return new Promise(function(resolve, reject) { return new Promise(function(resolve, reject) {
that._paymentAccountsClient.createCryptoCurrencyPaymentAccount(request, {password: that._password}, function(err: grpcWeb.Error, response: CreateCryptoCurrencyPaymentAccountReply) { that._paymentAccountsClient.createCryptoCurrencyPaymentAccount(request, {password: that._password}, function(err: grpcWeb.Error, response: CreateCryptoCurrencyPaymentAccountReply) {
if (err) reject(err); if (err) reject(err);