You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public func deriveUnifiedAddress(seed: [UInt8], accountIndex: Int) throws -> UnifiedAddress
change API so that the caller is required to provide the diversifier index; with unified addresses, we definitely want to avoid address reuse where possible.
The text was updated successfully, but these errors were encountered:
Suggestion from @nuttycom
#491 (comment)
public func deriveUnifiedAddress(seed: [UInt8], accountIndex: Int) throws -> UnifiedAddress
change API so that the caller is required to provide the diversifier index; with unified addresses, we definitely want to avoid address reuse where possible.
The text was updated successfully, but these errors were encountered: