Skip to content

Commit f63aacd

Browse files
onmaxsisou
authored andcommitted
chore: improve types
1 parent f4e9a84 commit f63aacd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/swap/SwapNotification.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,8 @@ export default defineComponent({
774774
state: SwapState.COMPLETE,
775775
stateEnteredAt: Date.now(),
776776
settlementTx:
777-
settlementTx as Transaction<SwapAsset.NIM | SwapAsset.BTC | SwapAsset.EUR>,
777+
settlementTx as Transaction<
778+
SwapAsset.NIM | SwapAsset.BTC | SwapAsset.EUR | SwapAsset.CRC>,
778779
});
779780
} catch (error: any) {
780781
if (error.message === SwapError.EXPIRED) return;

0 commit comments

Comments
 (0)