From cf9408e76ea1845cb9e08c876dfc2c450ed2815a Mon Sep 17 00:00:00 2001 From: nfel Date: Sun, 17 Aug 2025 16:00:57 +0330 Subject: [PATCH] Change user type in accounting --- 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 737cdbe..bd10560 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -680,7 +680,7 @@ message Accounting { uint64 id = 1; int64 user_id = 2; int64 balance = 3; - auth.v1.User user = 4; + auth.v1.UserIdentityBasic user = 4; } message IPGGenTokenPayload {