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
The addition of the method in introduces a tight coupling to , which may not be appropriate for all signers. This issue was raised during the review of PR #2234 (#2234 (comment)). Consider abstracting this functionality into a more generic interface or providing a mechanism to access private keys that doesn't tightly couple to .
The text was updated successfully, but these errors were encountered:
The addition of the method in introduces a tight coupling to , which may not be appropriate for all signers. This issue was raised during the review of PR #2234 (#2234 (comment)). Consider abstracting this functionality into a more generic interface or providing a mechanism to access private keys that doesn't tightly couple to .
The text was updated successfully, but these errors were encountered: