Skip to content

Commit

Permalink
chore(price unit): add price unit to price command result
Browse files Browse the repository at this point in the history
  • Loading branch information
mj committed Jun 13, 2024
1 parent 436d955 commit 042ef72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/engine/command/market/price.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ func (m *Market) getPrice(cmd command.Command, _ command.AppID, _ string, _ ...s
return cmd.ErrorResult(fmt.Errorf("pagu can not calculate the price. please try again later"))
}

return cmd.SuccessfulResult("PAC Price: %f"+
return cmd.SuccessfulResult("PAC Price: %f USDT"+
"\n\n\n See below markets link for more details: \n xeggex: https://xeggex.com/market/PACTUS_USDT \n exbitron: https://exbitron.com/trade?market=PAC-USDT", lastPrice)
}

0 comments on commit 042ef72

Please sign in to comment.