xiongzhu пре 4 година
родитељ
комит
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
     @Test
     public void testIPFS() throws IOException {
     public void testIPFS() throws IOException {
         IPFS ipfs = new IPFS("121.40.132.44", 5001);
         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);
         MerkleNode put = ipfs.add(file1).get(0);
         Multihash multihash = ipfs.pin.add(put.hash).get(0);
         Multihash multihash = ipfs.pin.add(put.hash).get(0);
         System.out.println(put.hash.toBase58());
         System.out.println(put.hash.toBase58());