Skip to content

Commit

Permalink
Merge pull request #342 from tangem/feature/IOS-6085-seed-make-words-…
Browse files Browse the repository at this point in the history
…count-public

IOS-6085: Make EntropyLength words count public
  • Loading branch information
Andoran90 authored Mar 6, 2024
2 parents 7ddce67 + 63546fb commit 94c1a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TangemSdk/TangemSdk/Crypto/BIP39/EntropyLength.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public enum EntropyLength: Int, CaseIterable {
case bits224 = 224
case bits256 = 256

var wordCount: Int {
public var wordCount: Int {
switch self {
case .bits128: return 12
case .bits160: return 15
Expand Down

0 comments on commit 94c1a69

Please sign in to comment.