diff --git a/shared/ownership.py b/shared/ownership.py index 35578551..663585ab 100644 --- a/shared/ownership.py +++ b/shared/ownership.py @@ -307,6 +307,8 @@ class OwnershipCache: def search(cls, addr, args=None): from glob import dis + dis.fullscreen("Wait...") + matches = OWNERSHIP.filter(addr, args) # build cache files for both external & internal chain