From c8d5cbdab434473cb1561d0e2bdf93f8bbb32640 Mon Sep 17 00:00:00 2001 From: Abhishek Sinha Date: Sat, 2 May 2020 20:06:56 +0530 Subject: [PATCH] fixed btn issue in confirmCashierTransferredMoneyToWithdrawer --- cash_payments_handler.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cash_payments_handler.html b/cash_payments_handler.html index 5925cdd..b8712bf 100644 --- a/cash_payments_handler.html +++ b/cash_payments_handler.html @@ -14054,7 +14054,7 @@ if(closest_live_su=='') closest_live_su = requesting_supernode; - const websocket_conn = localbitcoinplusplus.supernode_conns[closestSuList]; + const websocket_conn = localbitcoinplusplus.supernode_conns[closest_live_su]; if(typeof websocket_conn!=="object") return; RM_RPC.send_rpc @@ -14077,7 +14077,7 @@ return true; - }.bind(btn)); + }); }); }