Skip to content

Commit

Permalink
Merge branch 'main' into tmp-test
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat authored Aug 17, 2024
2 parents 7f177d1 + 0a9930c commit 09981c3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ private fun testSDK(): String {
// build and parse transaction
val source: KeyPair =
KeyPair.fromSecretSeed("SCH27VUZZ6UAKB67BDNF6FA42YMBMQCBKXWGMFD5TZ6S5ZZCZFLRXKHS")

// test mnemonic4j
val mnemonic = Mnemonic()
val words = mnemonic.generate(256)
Expand All @@ -169,7 +168,6 @@ private fun testSDK(): String {
if (kp.secretSeed == null) {
throw Exception("test mnemonic4j failed")
}

val ledgerKey = LedgerKey.builder()
.discriminant(LedgerEntryType.ACCOUNT)
.account(
Expand Down

0 comments on commit 09981c3

Please sign in to comment.