Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
add comments about ParticipateAssetIssueContract.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohong committed Apr 2, 2018
1 parent 336711d commit ac5eed9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/Contract.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ message AccountCreateContract {
}

// update account name if the account has no name.
message AccountUpdateContract{
message AccountUpdateContract {
bytes account_name = 1;
bytes owner_address = 2;
}
Expand Down Expand Up @@ -92,8 +92,8 @@ message AssetIssueContract {
message ParticipateAssetIssueContract {
bytes owner_address = 1;
bytes to_address = 2;
bytes asset_name = 3;
int64 amount = 4;
bytes asset_name = 3; // the name of target asset
int64 amount = 4; // the amount of drops
}

message DeployContract {
Expand Down

0 comments on commit ac5eed9

Please sign in to comment.