removing token info from transaction histroy response
This commit is contained in:
@@ -222,7 +222,7 @@ message TransactionList {
|
|||||||
message Transaction {
|
message Transaction {
|
||||||
int64 id = 1;
|
int64 id = 1;
|
||||||
int64 asset_id = 2;
|
int64 asset_id = 2;
|
||||||
Asset asset_info = 3;
|
// Asset asset_info = 3; //Causing network overloading
|
||||||
optional int64 from_user_id = 4;
|
optional int64 from_user_id = 4;
|
||||||
optional authorization.UserIdentityBasic from_user_info = 5;
|
optional authorization.UserIdentityBasic from_user_info = 5;
|
||||||
optional int64 from_federation_id = 6;
|
optional int64 from_federation_id = 6;
|
||||||
|
|||||||
Reference in New Issue
Block a user