+2
-2
lines changedFilter options
+2
-2
lines changed Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ public interface IGenericApi
52
52
/// The name to resolve.
53
53
/// </param>
54
54
/// <param name="recursive">
55
-
/// Resolve until the result is an IPFS name. Defaults to <b>false</b>.
55
+
/// Resolve until the result is an IPFS name. Defaults to <b>true</b>.
56
56
/// </param>
57
57
/// <param name="cancel">
58
58
/// Is used to stop the task. When cancelled, the <see cref="TaskCanceledException"/> is raised.
@@ -67,7 +67,7 @@ public interface IGenericApi
67
67
/// </remarks>
68
68
Task<string> ResolveAsync(
69
69
string name,
70
-
bool recursive = false,
70
+
bool recursive = true,
71
71
CancellationToken cancel = default(CancellationToken)
72
72
);
73
73
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4