mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-23 20:00:42 +00:00
+ apply settings to all exchanges but remove the btc withdraw address from valid keys by default, security issue...
10 lines
151 B
PHP
10 lines
151 B
PHP
<?php
|
|
|
|
function doAlcurexTrading()
|
|
{
|
|
$exchange = 'alcurex';
|
|
|
|
if (exchange_get($exchange, 'disabled')) return;
|
|
|
|
if (!YAAMP_ALLOW_EXCHANGE) return;
|
|
}
|