mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-21 11:25:50 -05:00
feat(cli+tauri): Send logs from host to guest (#90)
* feat(tauri): send logs from cli to tauri --------- Co-authored-by: binarybaron <binarybaron@unstoppableswap.net> Co-authored-by: binarybaron <86064887+binarybaron@users.noreply.github.com>
This commit is contained in:
parent
21608ce4f7
commit
7b79ad6abe
14 changed files with 206 additions and 136 deletions
|
|
@ -42,10 +42,6 @@ export function useActiveSwapInfo() {
|
|||
return useSwapInfo(swapId);
|
||||
}
|
||||
|
||||
export function useIsRpcEndpointBusy(method: string) {
|
||||
return useAppSelector((state) => state.rpc.busyEndpoints.includes(method));
|
||||
}
|
||||
|
||||
export function useAllProviders() {
|
||||
return useAppSelector((state) => {
|
||||
const registryProviders = state.providers.registry.providers || [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue