Reset version number
This commit is contained in:
parent
3ee2635d93
commit
244673b04c
@ -121,7 +121,7 @@ allprojects {
|
||||
repositories {
|
||||
maven {
|
||||
name = "bintray"
|
||||
setUrl("https://api.bintray.com/maven/acinq/$btRepo/${project.name}/;publish=0")
|
||||
setUrl("https://api.bintray.com/maven/acinq/$btRepo/${rootProject.name}/;publish=0")
|
||||
credentials {
|
||||
username = bintrayUsername
|
||||
password = bintrayApiKey
|
||||
|
@ -60,7 +60,7 @@ public interface Secp256k1 {
|
||||
pub1[0] = if (pubkey.last() % 2 == 0) 2.toByte() else 3.toByte()
|
||||
pub1
|
||||
}
|
||||
else -> throw RuntimeException("invalid public key")
|
||||
else -> throw Secp256k1Exception("invalid public key")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user