We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1a49e commit ae50f48Copy full SHA for ae50f48
program-analysis/echidna/basic/working-with-eth.md
@@ -48,7 +48,7 @@ maxValue: 100000000000000000000
48
49
This means that each transaction will contain, at most, 100 ether in value. However, there is no maximum that will be used in total.
50
The maximum amount to receive will be determined by the number of transactions. If you are using 100 transactions (`--seq-len 100`),
51
-then the total amount of ether used for all the transactions will be between 0 and 100 * 100 ethers.
+then the total amount of ether used for all the transactions will be between 0 and 100 \* 100 ethers.
52
53
Keep in mind that the balance of the senders (e.g. `msg.sender.balance`) is a fixed value that will NOT change between transactions.
54
This value is determined by the following config option:
0 commit comments