Skip to content

Commit

Permalink
add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
lamafab committed Jul 17, 2023
1 parent 88bea86 commit 1f45a70
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ class TestBitcoinSigning {
@Test
fun testSignNftInscriptionCommit() {
// Successfully broadcasted: https://www.blockchain.com/explorer/transactions/btc/f1e708e5c5847339e16accf8716c14b33717c14d6fe68f9db36627cecbde7117

val privateKeyData = (Numeric.hexStringToByteArray("e253373989199da27c48680e3a3fc0f648d50f9a727ef17a7fe6a4dc3b159129"))
val fullAmount = 32400
val minerFee = 1300
Expand Down Expand Up @@ -418,6 +419,7 @@ class TestBitcoinSigning {
@Test
fun testSignNftInscriptionReveal() {
// Successfully broadcasted: https://www.blockchain.com/explorer/transactions/btc/173f8350b722243d44cc8db5584de76b432eb6d0888d9e66e662db51584f44ac

val privateKeyData = (Numeric.hexStringToByteArray("e253373989199da27c48680e3a3fc0f648d50f9a727ef17a7fe6a4dc3b159129"))
val inscribeAmount = 31100
val dustSatoshis = 546
Expand Down

0 comments on commit 1f45a70

Please sign in to comment.