mirror of
https://github.com/clitor-is-protocol/kevacoin-cli.git
synced 2025-01-31 00:44:18 +00:00
fix zero key validation
This commit is contained in:
parent
7c589d70cd
commit
610dcefff8
@ -93,7 +93,7 @@ foreach (
|
||||
)
|
||||
) as $piece)
|
||||
{
|
||||
if (empty($piece->key) || empty($piece->value))
|
||||
if (!isset($piece->key) || !isset($piece->value))
|
||||
{
|
||||
exit(
|
||||
'please wait for all pieces sending complete!'
|
||||
|
Loading…
x
Reference in New Issue
Block a user