We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4369dcc commit 50f0986Copy full SHA for 50f0986
Sources/Web3Core/KeystoreManager/BIP44.swift
@@ -16,7 +16,7 @@ public protocol BIP44 {
16
func derive(path: String, throwOnError: Bool, transactionChecker: TransactionChecker) async throws -> HDNode?
17
}
18
19
-public enum BIP44Error: Error, Equatable, LocalizedError {
+public enum BIP44Error: LocalizedError, Equatable {
20
/// The selected path doesn't fulfill BIP44 standard, you can derive the root key anyway
21
case warning
22
0 commit comments