Update deps

This commit is contained in:
nolash
2021-04-12 17:13:41 +02:00
parent 1ddaea8acb
commit c9b60d526f
6 changed files with 17 additions and 7 deletions

View File

@@ -241,7 +241,9 @@ class TrafficProvisioner:
#callback_queue=queue,
)
t = api.balance(account, token.symbol())
r = t.get_leaf()
r = t.get()
for c in t.collect():
r = c[1]
assert t.successful()
#return r[0]['balance_network'] - r[0]['balance_outgoing']
return r[0]