소스 검색

merkle root merge with post transaction

Eric Foster 6 년 전
부모
커밋
a91026bcf9
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      ZipCoinRedIonicClient/.sourcemaps/main.js.map
  2. 1
    0
      ZipCoinRedJavaServer/src/main/java/com/zipcoin/utilities/MerkelTreeRoot.java

+ 1
- 1
ZipCoinRedIonicClient/.sourcemaps/main.js.map
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 1
- 0
ZipCoinRedJavaServer/src/main/java/com/zipcoin/utilities/MerkelTreeRoot.java 파일 보기

@@ -25,6 +25,7 @@ public class MerkelTreeRoot {
25 25
         return hex;
26 26
     }
27 27
 
28
+
28 29
     public static byte[] unHexString(String calulatedHash) {
29 30
         int len = calulatedHash.length();
30 31
         byte[] data = new byte[len / 2];