commit f7f3bfccb4a2bc614a87868c9edd0b67318d1385
parent 1523a409a07a87ed9cc9b9781b35a276bb7a2659
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Sat, 16 Dec 2023 02:06:32 -0500
ui
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/web/public/views/pages/poker.gohtml b/pkg/web/public/views/pages/poker.gohtml
@@ -38,7 +38,7 @@
<input type="hidden" name="csrf" value="{{ .CSRF }}" />
<input type="hidden" name="withdraw_unique" value="{{ .Data.WithdrawUnique }}" />
<input type="text" name="withdraw_address" value="{{ .Data.WithdrawAddress }}" placeholder="address" class="form-control mr-2" style="width: 400px;" />
- <input type="number" name="withdraw_amount" value="{{ if gt .Data.WithdrawAmount 0 }}{{ .Data.WithdrawAmount }}{{ end }}" min="{{ .Data.MinWithdrawAmount }}" max="{{ .Data.XmrBalance }}" placeholder="amount (pXMR)" class="form-control mr-2" style="width: 150px;" />
+ <input type="number" name="withdraw_amount" value="{{ if gt .Data.WithdrawAmount 0 }}{{ .Data.WithdrawAmount }}{{ end }}" min="{{ .Data.MinWithdrawAmount }}" max="{{ .Data.XmrBalance }}" placeholder="amount (pXMR)" class="form-control mr-2" style="width: 170px;" />
<button class="btn btn-primary">Withdraw</button>
</form>
<div>To withdraw, use the "balance" (<small>{{ .Data.XmrBalance.RawString }} <small>pXMR</small></small>) which denomination is in <a href="https://www.getmonero.org/resources/moneropedia/denominations.html" rel="noopener noreferrer" target="_blank">piconero</a></div>