Skip to content

Commit 9b1a49e

Browse files
Update working-with-eth.md
1 parent dad31e6 commit 9b1a49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program-analysis/echidna/basic/working-with-eth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ maxValue: 100000000000000000000
4848
4949
This means that each transaction will contain, at most, 100 ether in value. However, there is no maximum that will be used in total.
5050
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.
51+
then the total amount of ether used for all the transactions will be between 0 and 100 * 100 ethers.
5252

5353
Keep in mind that the balance of the senders (e.g. `msg.sender.balance`) is a fixed value that will NOT change between transactions.
5454
This value is determined by the following config option:

0 commit comments

Comments
 (0)