Ver código fonte

merkle root merge with post transaction

Eric Foster 6 anos atrás
pai
commit
a91026bcf9

+ 1
- 1
ZipCoinRedIonicClient/.sourcemaps/main.js.map
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


+ 1
- 0
ZipCoinRedJavaServer/src/main/java/com/zipcoin/utilities/MerkelTreeRoot.java Ver arquivo

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