diff --git a/consensus/README.md b/consensus/README.md index b20c1e58..80adb64f 100644 --- a/consensus/README.md +++ b/consensus/README.md @@ -267,8 +267,8 @@ Please refer to the [dedicated document](/generalized_accounts/generalized_accou Each (on-chain) transaction has the following fields: * Fee. It MUST be at least the gas for the transaction multiplied by the minimal gas price, which (after MINERVA hard fork height) is - `1000000` (*10^-18) aeons. (Before MINERVA hard fork height it was - `1` (*10^-18) aeons.) + `1000000` (*10^-18) aettos. (Before MINERVA hard fork height it was + `1` (*10^-18) aettos.) * Time to live (TTL). The last generation where the transaction is valid. 0 means it is valid forever (and is the default value in many places). diff --git a/contracts/contract_transactions.md b/contracts/contract_transactions.md index 58fa2411..14d3f25b 100644 --- a/contracts/contract_transactions.md +++ b/contracts/contract_transactions.md @@ -31,7 +31,7 @@ The transaction contains: - The VM and ABI to use - A transaction fee - A deposit (an even number, 0 is accepted). -- An amount (aeons to transfer to the account, 0 is accepted). +- An amount (aettos to transfer to the account, 0 is accepted). - Gas for the initial call - Gas price for the call. - Call data for the initial call (usually including a function name and args, interpreted by the contract).