Skip to content

Commit

Permalink
Deployed 9b6b468 with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Feb 22, 2024
1 parent 9c5d3fe commit 66f8428
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 166 deletions.
4 changes: 2 additions & 2 deletions consensus/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3816,8 +3816,8 @@ <h4 id="common-fields-for-transactions">Common fields for transactions</h4>
<p>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
<code>1000000</code> (<em>10^-18) aeons. (Before MINERVA hard fork height it was
<code>1</code> (</em>10^-18) aeons.)
<code>1000000</code> (<em>10^-18) aettos. (Before MINERVA hard fork height it was
<code>1</code> (</em>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).</p>
<p><em>Note</em>: There is also a node configurable minimum gas price - this is the
Expand Down
2 changes: 1 addition & 1 deletion contracts/contract_transactions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2995,7 +2995,7 @@ <h3 id="create-contract-transaction">Create Contract Transaction</h3>
<li>The VM and ABI to use</li>
<li>A transaction fee</li>
<li>A deposit (an even number, 0 is accepted).</li>
<li>An amount (aeons to transfer to the account, 0 is accepted).</li>
<li>An amount (aettos to transfer to the account, 0 is accepted).</li>
<li>Gas for the initial call</li>
<li>Gas price for the call.</li>
<li>Call data for the initial call (usually including a function name and args, interpreted by the contract).</li>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 66f8428

Please sign in to comment.