Skip to content
Merged
Show file tree
Hide file tree
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 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