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 213a732 commit b5d0cb1Copy full SHA for b5d0cb1
webportal/dashboard.html
@@ -711,6 +711,10 @@ <h2>Rather pay in Siacoin? No problem!</h2>
711
<label for="sc-address" class="content-label">Payment Address</label>
712
<input id="sc-address" class="input" type="text" readonly>
713
<button id="sc-generate" onclick="showAddress()">Show Address</button>
714
+ <p>
715
+ Your account will be credited after 6 network confirmations.
716
+ You can watch the progress <span class="link" onclick="setActiveMenuIndex(5)">here</span>.
717
+ </p>
718
</div>
719
</section>
720
<section id="payment" class="disabled">
0 commit comments