From 720c65fe6272f28a71773bf1ef6a2287b0fae58e Mon Sep 17 00:00:00 2001 From: Karl Ranna Date: Tue, 15 Dec 2020 17:16:38 +0000 Subject: [PATCH] fix units after rebase --- lib/connextclient/ConnextClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/connextclient/ConnextClient.ts b/lib/connextclient/ConnextClient.ts index c6ffd2e07..151414e88 100644 --- a/lib/connextclient/ConnextClient.ts +++ b/lib/connextclient/ConnextClient.ts @@ -1054,7 +1054,7 @@ class ConnextClient extends SwapClient { const provider = getProvider(this.host, this.port, this.network, CHAIN_IDENTIFIERS[this.network]); const signer = getSigner(provider, this.seed); const contract = getContract(signer, this.getTokenAddress(currency)); - const sendTransaction$ = onChainSendERC20(signer, contract, destination, units); + const sendTransaction$ = onChainSendERC20(signer, contract, destination, unitsStr); sendTransaction$.subscribe({ // portal pack to imperative world next: (transaction) => {