mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
24 stamp cost go brrr
This commit is contained in:
parent
787bbc9133
commit
f2690835e1
1 changed files with 3 additions and 1 deletions
|
|
@ -668,7 +668,9 @@ export default {
|
|||
|
||||
// determine estimated time to generate a stamp
|
||||
var estimatedTimeForStamp = "";
|
||||
if(stampCost >= 20){
|
||||
if(stampCost >= 24){
|
||||
estimatedTimeForStamp = "several hours";
|
||||
} else if(stampCost >= 20){
|
||||
estimatedTimeForStamp = "more than an hour";
|
||||
} else if(stampCost >= 18) {
|
||||
estimatedTimeForStamp = "~5 minutes";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue