|
|
@@ -258,13 +258,8 @@ class TopUpService
|
|
|
public static function chooseAddress($chatId, $messageId)
|
|
|
{
|
|
|
$keyboard = [
|
|
|
- [
|
|
|
- ['text' => 'TRC20', 'callback_data' => "topUp@@TRC20"],
|
|
|
- ['text' => 'ERC20', 'callback_data' => 'topUp@@ERC20']
|
|
|
- ],
|
|
|
- [
|
|
|
- ['text' => lang("↩️返回"), 'callback_data' => "topUp@@home"],
|
|
|
- ]
|
|
|
+ [['text' => 'TRC20', 'callback_data' => "topUp@@TRC20"], ['text' => 'ERC20', 'callback_data' => 'topUp@@ERC20']],
|
|
|
+ [['text' => lang("↩️返回"), 'callback_data' => "topUp@@home"]]
|
|
|
];
|
|
|
|
|
|
$receivingType = ConfigService::getVal("receiving_type");
|