Skip to content

Commit

Permalink
Update comment (#84)
Browse files Browse the repository at this point in the history
Signed-off-by: SimiHunjan <[email protected]>
  • Loading branch information
SimiHunjan authored Aug 24, 2021
1 parent e88252d commit 9dc09cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/CustomFees.proto
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ message AssessedCustomFee {
int64 amount = 1; // The number of units assessed for the fee
TokenID token_id = 2; // The denomination of the fee; taken as hbar if left unset
AccountID fee_collector_account_id = 3; // The account to receive the assessed fee
repeated AccountID effective_payer_account_id = 4; // The account(s) whose final balances would have been higher in the absence of this assessed fee
repeated AccountID effective_payer_account_id = 4; // // The sender or receiver account(s) that were charged the custom fees
}

0 comments on commit 9dc09cd

Please sign in to comment.