diff --git a/services/ethereum_transaction.proto b/services/ethereum_transaction.proto index 92a8697d..c7563539 100644 --- a/services/ethereum_transaction.proto +++ b/services/ethereum_transaction.proto @@ -60,4 +60,12 @@ message EthereumTransactionBody { * the entire fee. */ int64 max_gas_allowance = 3; + + /** + * The maximum amount, in tinybars, that the payer of the Hedera transaction + * is willing to pay for any additional *non-gas* costs of the transaction. + * + * An example of such costs would be any hollow account creation fees. + */ + int64 max_additional_fee_allowance = 4; } \ No newline at end of file