diff --git a/src/components/swap/SwapNotification.vue b/src/components/swap/SwapNotification.vue index db00e2895..f3107857a 100644 --- a/src/components/swap/SwapNotification.vue +++ b/src/components/swap/SwapNotification.vue @@ -774,7 +774,8 @@ export default defineComponent({ state: SwapState.COMPLETE, stateEnteredAt: Date.now(), settlementTx: - settlementTx as Transaction, + settlementTx as Transaction< + SwapAsset.NIM | SwapAsset.BTC | SwapAsset.EUR | SwapAsset.CRC>, }); } catch (error: any) { if (error.message === SwapError.EXPIRED) return;