ソースを参照

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];