Procházet zdrojové kódy

merkle root merge with post transaction

Eric Foster před 6 roky
rodič
revize
a91026bcf9

+ 1
- 1
ZipCoinRedIonicClient/.sourcemaps/main.js.map
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 0
ZipCoinRedJavaServer/src/main/java/com/zipcoin/utilities/MerkelTreeRoot.java Zobrazit soubor

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