This commit is contained in:
@@ -56,8 +56,8 @@ func OnTokenInfoByToken(context telebot.Context, token string) error {
|
||||
lastEthPrice = sp
|
||||
} else {
|
||||
lastDelta = mFmt.Sprintf(
|
||||
"Δ price: %+,.0f\n"+
|
||||
"Δ Usdt: %+,.0f\n",
|
||||
"Δ price: %+.0f\n"+
|
||||
"Δ Usdt: %+.0f\n",
|
||||
sp-lastEthPrice,
|
||||
(sp-lastEthPrice)*baseAmount,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user