Closed Vergil333 closed 4 years ago
can you show me your gradle file?
Hi ligi, I'm using Maven's pom.xml file. The issue is that I was installing all the komputing dependencies manually with mvn. It's strange. Now I added jitpack.io repository and I left the maven to download repositories by itself and the issue is gone. Sorry for trouble.
thanks for the update - if there is anything in KEthereum I should change to address the issue LMK
Hello everyone,
I'm not able to get a private key from ECKeyPair. Error:
java.lang.NoSuchMethodError: 'java.math.BigInteger org.kethereum.model.ECKeyPair.getPrivateKey-V6oYYD4()'
Test to replicate an error:
When I manually copied all the necessary code from KEthereum (550 lines of code), I had no error (but hex string did not match, "0xcfa..." instead of "0x0cfa...").