Skip to content

Commit

Permalink
fix: linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianIOHK committed Nov 6, 2023
1 parent abb0669 commit d0b35d2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ class HDKey(
val depth: Int = 0,
val childIndex: BigIntegerWrapper = BigIntegerWrapper(0)
) {

@JsName("InitFromSeed")
constructor(seed: ByteArray, depth: Int, childIndex: BigIntegerWrapper) : this(
privateKey = sha512(key = "Bitcoin seed".encodeToByteArray(), input = seed).sliceArray(IntRange(0, 31)),
Expand Down

0 comments on commit d0b35d2

Please sign in to comment.