From fa793e03b26f702435f2f8645cc30ba37f0fdb58 Mon Sep 17 00:00:00 2001 From: nfel Date: Sat, 24 May 2025 16:05:45 +0330 Subject: [PATCH] v2: asset code Signed-off-by: nfel --- wallet/v1/msg.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index e370097..0690512 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -344,7 +344,7 @@ enum TransactionStatus { message Transaction { int64 id = 1; int64 asset_id = 2; - // Asset asset_info = 3; //Causing network overloading + string asset_code = 3; optional int64 from_user_id = 4; optional auth.v1.UserIdentityBasic from_user_info = 5; optional int64 from_federation_id = 6;