Skip to content

Commit 50f0986

Browse files
committed
replaced BIP44Error inheritance from Error to LocalizedError
1 parent 4369dcc commit 50f0986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Web3Core/KeystoreManager/BIP44.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public protocol BIP44 {
1616
func derive(path: String, throwOnError: Bool, transactionChecker: TransactionChecker) async throws -> HDNode?
1717
}
1818

19-
public enum BIP44Error: Error, Equatable, LocalizedError {
19+
public enum BIP44Error: LocalizedError, Equatable {
2020
/// The selected path doesn't fulfill BIP44 standard, you can derive the root key anyway
2121
case warning
2222

0 commit comments

Comments
 (0)