Skip to content

Commit c3b4ec1

Browse files
chore(NameApi): lifetime is todo
1 parent 5f4b4c5 commit c3b4ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CoreApi/NameApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ internal NameApi(IpfsClient ipfs)
2626
{
2727
var json = await ipfs.DoCommandAsync("name/publish", cancel,
2828
path,
29-
"lifetime=24h",
29+
"lifetime=24h", // TODO
3030
$"resolve={resolve.ToString().ToLowerInvariant()}",
3131
$"key={key}");
3232
// TODO: lifetime

0 commit comments

Comments
 (0)