Update to mutiny-node 0.3.6 and remove sync

This commit is contained in:
Tony Giorgio
2023-06-01 00:29:08 -05:00
committed by Paul Miller
parent 979697492d
commit bc85263c30
4 changed files with 7 additions and 11 deletions

View File

@@ -44,7 +44,6 @@ export default function BalanceBox(props: { loading?: boolean }) {
<FancyCard
title="On-Chain"
subtitle={state.balance?.unconfirmed ? "Unconfirmed" : undefined}
tag={state.is_syncing && <Indicator>Syncing</Indicator>}
>
<Show when={!props.loading} fallback={<LoadingShimmer />}>
<div class="flex justify-between">