Skip to content

Commit

Permalink
Change outdated aeons to aettos (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
dincho authored Feb 22, 2024
1 parent e3eccea commit 9b6b468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions consensus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion contracts/contract_transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 9b6b468

Please sign in to comment.