removing token info from transaction histroy response

This commit is contained in:
nfel 2024-09-10 11:12:02 +03:30
parent cb42f5f673
commit a42dd81ede
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -222,7 +222,7 @@ message TransactionList {
message Transaction {
int64 id = 1;
int64 asset_id = 2;
Asset asset_info = 3;
// Asset asset_info = 3; //Causing network overloading
optional int64 from_user_id = 4;
optional authorization.UserIdentityBasic from_user_info = 5;
optional int64 from_federation_id = 6;