BacFoy Delta
All checks were successful
Build Docker Image / build (amd64) (push) Successful in 19s

This commit is contained in:
thuanle
2025-08-22 23:04:30 +07:00
parent a3b2db7666
commit 76079a42b3

View File

@@ -56,8 +56,8 @@ func OnTokenInfoByToken(context telebot.Context, token string) error {
lastEthPrice = sp lastEthPrice = sp
} else { } else {
lastDelta = mFmt.Sprintf( lastDelta = mFmt.Sprintf(
"Δ price: %+,.0f\n"+ "Δ price: %+.0f\n"+
"Δ Usdt: %+,.0f\n", "Δ Usdt: %+.0f\n",
sp-lastEthPrice, sp-lastEthPrice,
(sp-lastEthPrice)*baseAmount, (sp-lastEthPrice)*baseAmount,
) )