We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456ce67 commit b6c9351Copy full SHA for b6c9351
pyth/tests/test_publish.py
@@ -84,10 +84,6 @@ def get_account_size(acc_address):
84
assert after['publisher_accounts'][0]['status'] == 'trading'
85
86
time.sleep(20)
87
- #defined in oracle.h
88
- new_account_size = 6176
89
- assert get_account_size(pyth_init_price['LTC']) == new_account_size
90
-
91
92
cmd = [
93
'pyth', 'upd_price_val',
0 commit comments