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

Commit

Permalink
Merge pull request #12 from tronprotocol/feature/add_api
Browse files Browse the repository at this point in the history
change amount type to int64.
  • Loading branch information
CodeNinjaEvan authored Mar 20, 2018
2 parents 13f1658 + 5be32bf commit a04ecee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Contract.proto
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ message ParticipateAssetIssueContract {
bytes owner_address = 1;
bytes to_address = 2;
bytes asset_name = 3;
int32 amount = 4;
int64 amount = 4;
}

message DeployContract {
Expand Down

0 comments on commit a04ecee

Please sign in to comment.