Skip to content
This repository has been archived by the owner on Feb 15, 2020. It is now read-only.

change steps to 0.001 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions discoin/addbot.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ <h4>Exchange rates</h4>
1
<input type="text" name="currencyCode" placeholder="Currency code">
=>
<input type="number" name="toDiscoin" placeholder="To discoin rate" step="0.01">
<input type="number" name="toDiscoin" placeholder="To discoin rate" step="0.001">
=>
<input type="number" name="fromDiscoin" placeholder="From discoin rate" step="0.01" value=1>
<input type="number" name="fromDiscoin" placeholder="From discoin rate" step="0.001" value=1>
<br>
Note: From discoin should always be 1 unless you want a 'discoin tax'.
<br>
Expand Down