Browse Source
follow-up fe74e4b9c9
Just for sanity -- there could be a collision of class names (defined in separate modules).
```
>>> wallet.is_up_to_date.__qualname__
'Abstract_Wallet.is_up_to_date'
>>> wallet.is_up_to_date.__module__
'electrum.wallet'
```
patch-4
SomberNight
3 years ago
1 changed files with 5 additions and 4 deletions
Loading…
Reference in new issue