From 94b99c8c09e3023c85dfa66dcde48fc18909af43 Mon Sep 17 00:00:00 2001 From: woodser Date: Wed, 10 Nov 2021 17:47:30 -0500 Subject: [PATCH] fix typo (#26) --- src/HavenoDaemon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HavenoDaemon.tsx b/src/HavenoDaemon.tsx index 2c4ea734..cbda21b4 100644 --- a/src/HavenoDaemon.tsx +++ b/src/HavenoDaemon.tsx @@ -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);