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 dad31e6 commit 9b1a49eCopy full SHA for 9b1a49e
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 maximum amount of ether in transactions will be 100 \* 100 ether.
+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