ipfs-shipyard / java-ipfs-http-client

A Java implementation of the HTTP IPFS API
MIT License
538 stars 243 forks source link

Using ipfs ls function through java api can not work #112

Closed qiwaa closed 5 years ago

qiwaa commented 6 years ago

Using ipfs ls Qm..... through java api returns input hash instead of links' hash.

qiwaa commented 6 years ago

hey, @ianopolous . I have fixed it. Can you help me review the code? Thx a lot.

ianopolous commented 5 years ago

Thanks for finding this! I've just pushed a fix and improved test to master.