removing token info from transaction histroy response
This commit is contained in:
parent
cb42f5f673
commit
a42dd81ede
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user