update BacFoy
All checks were successful
Build Docker Image / build (amd64) (push) Successful in 2m41s
All checks were successful
Build Docker Image / build (amd64) (push) Successful in 2m41s
This commit is contained in:
@@ -46,7 +46,7 @@ func OnTokenInfoByToken(context telebot.Context, token string) error {
|
||||
_ = chat.ReplyMessage(context, view.RenderOnPriceMessage(symbols[0], sp, fp, fundRate, fundTime, tokenInterestRate))
|
||||
if strings.ToUpper(token) == "ETH" {
|
||||
mFmt := message.NewPrinter(language.AmericanEnglish)
|
||||
baseAmount := 14.
|
||||
baseAmount := 35.
|
||||
basePrice := 2500.0
|
||||
baseTotal := baseAmount * basePrice
|
||||
curTotal := baseAmount * sp
|
||||
|
||||
Reference in New Issue
Block a user