Commit 1c3b269
committed
fix(faucet): allow None as amount parameter
Updated the `fund_from_faucet` function to accept `None` as a valid value
for the `amount` parameter. If `amount` is `None`, it defaults to
1,000,000,000. This change ensures better flexibility in specifying
the amount to be funded from the faucet.1 parent b166964 commit 1c3b269
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
0 commit comments