filter ireplace values to string

This commit is contained in:
ghost 2024-05-01 18:25:46 +03:00
parent a4189b0a1f
commit f17dfa38d5

View File

@ -202,14 +202,14 @@ class Ratchet implements MessageComponentInterface
{
// Return success response
$connection->send(
str_replace(
str_ireplace(
[
'{name}',
'{txid}'
],
[
$this->_config->kevacoin->wallet->namespace,
$txid
(string) $this->_config->kevacoin->wallet->namespace,
(string) $txid
],
implode(
PHP_EOL,