File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -267,8 +267,8 @@ Please refer to the [dedicated document](/generalized_accounts/generalized_accou
267267Each (on-chain) transaction has the following fields:
268268* Fee. It MUST be at least the gas for the transaction multiplied by the
269269 minimal gas price, which (after MINERVA hard fork height) is
270- ` 1000000 ` (* 10^-18) aeons . (Before MINERVA hard fork height it was
271- ` 1 ` (* 10^-18) aeons .)
270+ ` 1000000 ` (* 10^-18) aettos . (Before MINERVA hard fork height it was
271+ ` 1 ` (* 10^-18) aettos .)
272272* Time to live (TTL). The last generation where the transaction is valid.
273273 0 means it is valid forever (and is the default value in many places).
274274
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The transaction contains:
3131- The VM and ABI to use
3232- A transaction fee
3333- A deposit (an even number, 0 is accepted).
34- - An amount (aeons to transfer to the account, 0 is accepted).
34+ - An amount (aettos to transfer to the account, 0 is accepted).
3535- Gas for the initial call
3636- Gas price for the call.
3737- Call data for the initial call (usually including a function name and args, interpreted by the contract).
You can’t perform that action at this time.
0 commit comments