I am trying to create AMM pool on XRPL Testnet but I got this error AMMCreate FailtecNO_PERMISSION, as shown in the transaction bellow
However, if I used the Devnet its fine,
Any idea about this issue ?
$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>
I am trying to create AMM pool on XRPL Testnet but I got this error AMMCreate FailtecNO_PERMISSION, as shown in the transaction bellow
However, if I used the Devnet its fine,
Any idea about this issue ?