Skip to content

Commit f40dc98

Browse files
authored
Merge pull request #709 from ethersphere/fix-calc-min-amount-val
added 10 PLUR to min amount returned by stamp batch calculator to mak…
2 parents e87d3cf + 1a4af1c commit f40dc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AmountAndDepthCalc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ function FetchPriceComponent() {
265265
</tr>
266266
<tr>
267267
<td>Suggested Minimum Amount</td>
268-
<td>{amount} PLUR</td>
268+
<td>{amount +10} PLUR</td>
269269
</tr>
270270
<tr>
271271
<td>Suggested Safe Depth</td>

0 commit comments

Comments
 (0)