yeref 0.24.9__tar.gz → 0.24.11__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {yeref-0.24.9 → yeref-0.24.11}/PKG-INFO +1 -1
- {yeref-0.24.9 → yeref-0.24.11}/setup.py +1 -1
- {yeref-0.24.9 → yeref-0.24.11}/yeref/yeref.py +2 -0
- {yeref-0.24.9 → yeref-0.24.11}/yeref.egg-info/PKG-INFO +1 -1
- {yeref-0.24.9 → yeref-0.24.11}/pyproject.toml +0 -0
- {yeref-0.24.9 → yeref-0.24.11}/setup.cfg +0 -0
- {yeref-0.24.9 → yeref-0.24.11}/yeref/__init__.py +0 -0
- {yeref-0.24.9 → yeref-0.24.11}/yeref/l_.py +0 -0
- {yeref-0.24.9 → yeref-0.24.11}/yeref/tonweb.js +0 -0
- {yeref-0.24.9 → yeref-0.24.11}/yeref.egg-info/SOURCES.txt +0 -0
- {yeref-0.24.9 → yeref-0.24.11}/yeref.egg-info/dependency_links.txt +0 -0
- {yeref-0.24.9 → yeref-0.24.11}/yeref.egg-info/top_level.txt +0 -0
@@ -8424,6 +8424,7 @@ async def calculate_wallet_address(owner, master, KEYS_JSON, is_test_only=False)
|
|
8424
8424
|
# Address(owner)
|
8425
8425
|
# Address(master)
|
8426
8426
|
|
8427
|
+
print(f"calculate_wallet_address {owner=}, {master=}")
|
8427
8428
|
pfx_testnet = "testnet." if is_test_only else ""
|
8428
8429
|
async with aiofiles.open(KEYS_JSON, mode='r') as f:
|
8429
8430
|
data = json.loads(await f.read())
|
@@ -8458,6 +8459,7 @@ async def calculate_wallet_address(owner, master, KEYS_JSON, is_test_only=False)
|
|
8458
8459
|
random.shuffle(items)
|
8459
8460
|
for item in items:
|
8460
8461
|
try:
|
8462
|
+
print(f"{item=}")
|
8461
8463
|
name, url, headers = item
|
8462
8464
|
|
8463
8465
|
if name == 'tonapi':
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|