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
Describe the bug
Two instances of LedgerAccount with the same attributes are currently evaluated as different, leading to duplication in the LedgerManager.accounts set.
In [12]: LedgerAccount("44'/60'/0'/0/10", 0x85bC4dc18e2Dde71294EA1c87CF0824A4c04489D) == LedgerAccount("44'/60'/0'/0/10", 0x85bC4dc18e2Dde71294EA1c87CF0824A4c04489D)
Out[12]: False
The text was updated successfully, but these errors were encountered:
Describe the bug
Two instances of LedgerAccount with the same attributes are currently evaluated as different, leading to duplication in the LedgerManager.accounts set.
The text was updated successfully, but these errors were encountered: