Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Curtish <ch@curtish.me>
  • Loading branch information
curtis-h committed May 7, 2024
1 parent 506d262 commit 9f51874
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ expect class EdHDKey constructor(
publicKey: ByteArray? = null,
depth: Int = 0,
index: BigIntegerWrapper = BigIntegerWrapper(0)
) {
) {
val privateKey: ByteArray
val chainCode: ByteArray
val publicKey: ByteArray?
Expand Down

0 comments on commit 9f51874

Please sign in to comment.