Skip to content

Commit

Permalink
No need to explicitly provide namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed Oct 27, 2019
1 parent 8fca912 commit f22eaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ipfs/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ class Client {
* ttl: // string - Duration in client's cache.
* }
*/
const ipfs::Json& options,
const Json& options,
/** [out] IPNS name id (multihash) of the named object. */
std::string* name_id);

Expand Down

0 comments on commit f22eaa2

Please sign in to comment.