diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index e63a3de..eb44ce0 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -93,7 +93,7 @@ message Asset { string code = 3; string issuer = 4; int32 decimal = 5; - double limit_amount = 6; + double limit_amount = 6; // FIXME: This Should be renamed to max supply string anchor = 7; string image = 8; string description = 9; @@ -128,6 +128,7 @@ message Asset { bool is_locked = 38; // Commission commission = 38; AssetType type = 39; + double max_supply = 40; } enum AssetTokenType {