From 47fb4e8837ff7bb38e3898c281cee1a91adaf530 Mon Sep 17 00:00:00 2001 From: Vlad Sumin Date: Mon, 29 Jul 2024 19:11:30 +0300 Subject: [PATCH] Small fix upd --- .../lib/features/outgoing_dln_payments/client/dto.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/espressocash_app/lib/features/outgoing_dln_payments/client/dto.dart b/packages/espressocash_app/lib/features/outgoing_dln_payments/client/dto.dart index faeb0b616a..ddd7ad238a 100644 --- a/packages/espressocash_app/lib/features/outgoing_dln_payments/client/dto.dart +++ b/packages/espressocash_app/lib/features/outgoing_dln_payments/client/dto.dart @@ -46,6 +46,7 @@ class DlnQuoteResponseDto with _$DlnQuoteResponseDto { @freezed class CreateTxRequestDto with _$CreateTxRequestDto { + @JsonSerializable(includeIfNull: false) const factory CreateTxRequestDto({ required String srcChainId, required String srcChainTokenIn,