Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spelling mistake from id to is #3307

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions protobuf/profit_contract.proto
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ message Scheme {
int64 profit_receiving_due_period_count = 7;
// Whether all the schemes balance will be distributed during distribution each period.
bool is_release_all_balance_every_time_by_default = 8;
// The is of the scheme.
// The id of the scheme.
aelf.Hash scheme_id = 9;
// Delay distribute period.
int32 delay_distribute_period_count = 10;
Expand Down Expand Up @@ -328,4 +328,4 @@ message ProfitsClaimed {
int64 claimer_shares = 5;
// The total shares at the current period.
int64 total_shares = 6;
}
}