Fix Unmarshal type error
Can't put floats like 49.9 into int64
This commit is contained in:
parent
7b649c4d7d
commit
dfdc20cbbd
@ -17,7 +17,7 @@
|
||||
<label for="stake">how much?</label>
|
||||
<input name="stake" v-model="stake" type="number" min="0" placeholder="🗲 sats" />
|
||||
<label for="certainty">how sure?</label>
|
||||
<input name="certainty" v-model="certainty" type="range" min="0" max="1" step="0.001" />
|
||||
<input name="certainty" v-model="certainty" type="range" min="0" max="1" step="0.01" />
|
||||
<label>you receive:</label>
|
||||
<label>{{ format(shares) }} {{ selected }} shares @ 🗲{{ format(price) }}</label>
|
||||
<label>you pay:</label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user