From 4010238f8dd1c8779c78a6878733d00c43378e81 Mon Sep 17 00:00:00 2001 From: nfel Date: Mon, 23 Sep 2024 14:22:58 +0330 Subject: [PATCH] dev - forgot optional type Signed-off-by: nfel --- wallet_message.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wallet_message.proto b/wallet_message.proto index 40dc1c3..5331924 100644 --- a/wallet_message.proto +++ b/wallet_message.proto @@ -267,8 +267,8 @@ message UserGetTransactionListReq { optional int64 to_federation_id = 9; optional double amount_from = 10; optional double amount_to = 11; - TransactionStatus status = 12; - TransactionType type = 13; + optional TransactionStatus status = 12; + optional TransactionType type = 13; optional string tracking_code = 14; } /*