We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4b4c5 commit c3b4ec1Copy full SHA for c3b4ec1
src/CoreApi/NameApi.cs
@@ -26,7 +26,7 @@ internal NameApi(IpfsClient ipfs)
26
{
27
var json = await ipfs.DoCommandAsync("name/publish", cancel,
28
path,
29
- "lifetime=24h",
+ "lifetime=24h", // TODO
30
$"resolve={resolve.ToString().ToLowerInvariant()}",
31
$"key={key}");
32
// TODO: lifetime
0 commit comments