xiongzhu 4 лет назад
Родитель
Сommit
b0b208b883
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/test/java/com/izouma/nineth/CommonTest.java

+ 1 - 1
src/test/java/com/izouma/nineth/CommonTest.java

@@ -201,7 +201,7 @@ public class CommonTest {
     @Test
     public void testIPFS() throws IOException {
         IPFS ipfs = new IPFS("121.40.132.44", 5001);
-        NamedStreamable.FileWrapper file1 = new NamedStreamable.FileWrapper(new File("/Users/drew/Desktop/截屏2021-10-19 上午11.22.10.png"));
+        NamedStreamable.FileWrapper file1 = new NamedStreamable.FileWrapper(new File("/Users/drew/Desktop/截屏2021-10-14 下午5.09.58.png"));
         MerkleNode put = ipfs.add(file1).get(0);
         Multihash multihash = ipfs.pin.add(put.hash).get(0);
         System.out.println(put.hash.toBase58());