mirror of
https://github.com/clitor-is-protocol/kevacoin-cli.git
synced 2025-02-07 04:14:21 +00:00
dump namespace hash
This commit is contained in:
parent
2f381f9581
commit
dfb83f1250
@ -125,6 +125,14 @@ if (empty($ns->namespaceId))
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
else
|
||||||
|
{
|
||||||
|
printf(
|
||||||
|
'create namespace "%s"' . PHP_EOL,
|
||||||
|
$ns->namespaceId
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
// Create meta record
|
// Create meta record
|
||||||
print_r(
|
print_r(
|
||||||
_exec(
|
_exec(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user