diff --git a/src/components/KitchenSink.tsx b/src/components/KitchenSink.tsx index cd9f6a7..83efa70 100644 --- a/src/components/KitchenSink.tsx +++ b/src/components/KitchenSink.tsx @@ -169,7 +169,9 @@ function ChannelItem(props: { channel: MutinyChannel; network?: Network }) { setConfirmLoading(true); try { await state.mutiny_wallet?.close_channel( - props.channel.outpoint as string + props.channel.outpoint as string, + false, + false ); } catch (e) { console.error(e);