Browse Source

merkle root merge with post transaction

Eric Foster 6 years ago
parent
commit
a91026bcf9

+ 1
- 1
ZipCoinRedIonicClient/.sourcemaps/main.js.map
File diff suppressed because it is too large
View File


+ 1
- 0
ZipCoinRedJavaServer/src/main/java/com/zipcoin/utilities/MerkelTreeRoot.java View File

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