Parcourir la source

merkle root merge with post transaction

Eric Foster il y a 6 ans
Parent
révision
a91026bcf9

+ 1
- 1
ZipCoinRedIonicClient/.sourcemaps/main.js.map
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 1
- 0
ZipCoinRedJavaServer/src/main/java/com/zipcoin/utilities/MerkelTreeRoot.java Voir le fichier

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