Compare commits
46 Commits
lash/rehab
...
lash/impor
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6dab00928f
|
||
|
|
af6bf6f8cc
|
||
|
|
ed02b7635b
|
||
|
|
eb860a403f
|
||
|
|
876f73b792
|
||
|
|
a498835d08
|
||
|
|
3ebdbac019
|
||
|
|
6bb5c59062
|
||
|
|
1ae8bf102a
|
||
|
|
7efaa484b5
|
||
|
|
c9521952c5
|
||
|
|
4097f17030
|
||
|
|
7e816e5f66
|
||
|
|
b5ea666838
|
||
|
|
51a1badacd
|
||
|
|
ac343e6cc0
|
||
|
|
688d69ea64
|
||
|
|
6f4a1094b3
|
||
|
|
a8e00e3c22
|
||
|
|
53beccbc4d
|
||
|
|
e33aa90823
|
||
|
|
e3faa2ec3c
|
||
|
|
eee2ff4430
|
||
|
|
3448e41d5b
|
||
|
|
81b71316ee
|
||
|
|
5e833f900f
|
||
|
|
8f2d3997d3
|
||
|
|
2f0a95d2b6
|
||
|
|
7402e00bc3
|
||
|
|
b204a3e5d9
|
||
|
|
49e92874c3
|
||
|
|
7fad15b66d
|
||
|
|
805492ab61 | ||
|
|
cca5d1978a
|
||
|
|
024ab18ecd
|
||
|
|
bfa5f3cbaf
|
||
|
8c453a9190
|
|||
|
b101496402
|
|||
|
|
a77069733f | ||
|
|
80dc84eb3a | ||
|
|
fe07d28193
|
||
|
|
aed58e62df
|
||
|
5649a9be7b
|
|||
|
|
61b815d37a | ||
|
|
64e4b10b3a | ||
|
|
e668d0b8b3
|
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user