Skip to content

Commit

Permalink
fix: use xcode 15 and fix an issue with throwing error missing
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Moussa <[email protected]>
  • Loading branch information
hamada147 authored and goncalo-frade-iohk committed Dec 7, 2023
1 parent c50b119 commit 746d8bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
include:
- os: ubuntu-latest
os-type: linux
- os: macos-latest
- os: macos-13
os-type: macos
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ final class Mnemonic {
return MnemonicHelper.createRandomMnemonics()
}

@Throws(MnemonicHelper.Companion.InvalidMnemonicCode::class)
fun createSeed(mnemonics: List<String>, passphrase: String = "AtalaPrism"): ByteArray {
return MnemonicHelper.createSeed(mnemonics.toList(), passphrase)
}
Expand Down

0 comments on commit 746d8bb

Please sign in to comment.