fixed btn issue in confirmCashierTransferredMoneyToWithdrawer

This commit is contained in:
Abhishek Sinha 2020-05-02 20:06:56 +05:30
parent 3462e683ce
commit c8d5cbdab4

View File

@ -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));
});
});
}