Skip to content

Commit

Permalink
Move prototype musig2 implementation to commonTest
Browse files Browse the repository at this point in the history
  • Loading branch information
sstone committed Jan 24, 2024
1 parent de51b68 commit bc1de42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package fr.acinq.bitcoin.musig2
package fr.acinq.bitcoin.musig2proto

import fr.acinq.bitcoin.*
import fr.acinq.bitcoin.crypto.Pack
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package fr.acinq.bitcoin
package fr.acinq.bitcoin.musig2proto

import fr.acinq.bitcoin.musig2.*
import fr.acinq.bitcoin.*
import fr.acinq.bitcoin.reference.TransactionTestsCommon
import fr.acinq.secp256k1.Hex
import kotlinx.serialization.json.*
Expand Down

0 comments on commit bc1de42

Please sign in to comment.