mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-17 09:34:16 -05:00
fix(gui): Fetch balance after swap is released, re-fetch database after progress event, change wording in progress page (#237)
This commit is contained in:
parent
27e8467ac5
commit
cf20891638
7 changed files with 27 additions and 8 deletions
|
|
@ -35,7 +35,7 @@ export default function DebugPage() {
|
|||
data={cliState}
|
||||
label="Swap Daemon State (exposed via API)"
|
||||
/>
|
||||
<CliLogsBox label="Tor Daemon Logs" logs={torStdOut.split("\n")} />
|
||||
<CliLogsBox label="Tor Daemon Logs" logs={(torStdOut || "").split("\n")} />
|
||||
</Box>
|
||||
</DialogContentText>
|
||||
</Box>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@ import CircularProgressWithSubtitle from "../../CircularProgressWithSubtitle";
|
|||
|
||||
export default function ReceivedQuotePage() {
|
||||
return (
|
||||
<CircularProgressWithSubtitle description="Exchanging keys, zero-knowledge proofs and generating multi-signature addresses" />
|
||||
<CircularProgressWithSubtitle description="Processing received quote" />
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue