mirror of
https://github.com/kevachat/kevacoin-php.git
synced 2025-01-22 04:24:28 +00:00
disable kevaPut address attribute
This commit is contained in:
parent
5b5764939d
commit
c84df1c1be
@ -410,7 +410,7 @@ class Client
|
||||
string $namespace,
|
||||
string $key,
|
||||
string $value,
|
||||
?string $address = null
|
||||
# ?string $address = null // disabled as not stable
|
||||
): ?string
|
||||
{
|
||||
$this->_id++;
|
||||
@ -423,8 +423,7 @@ class Client
|
||||
'params' => [
|
||||
$namespace,
|
||||
$key,
|
||||
$value,
|
||||
$address
|
||||
$value
|
||||
],
|
||||
'id' => $this->_id
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user