mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-21 02:19:47 +00:00
8 lines
79 B
PHP
8 lines
79 B
PHP
<?php
|
|
|
|
function doCryptopiaTrading()
|
|
{
|
|
if (!YAAMP_ALLOW_EXCHANGE) return;
|
|
|
|
}
|
|
|