mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-29 23:00:33 +00:00
6 lines
75 B
PHP
6 lines
75 B
PHP
<?php
|
|
|
|
function doAlcurexTrading()
|
|
{
|
|
if (!YAAMP_ALLOW_EXCHANGE) return;
|
|
}
|