Esempio n. 1
0
 private Address bigIntToAddress(BigInteger i) {
   String s = bigIntToHexString(i);
   return debugger.parseAddress(s);
 }