fixed btn issue in confirmCashierTransferredMoneyToWithdrawer
This commit is contained in:
parent
3462e683ce
commit
c8d5cbdab4
@ -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));
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user