parent
b748ed3435
commit
9713dc8d94
@ -257,6 +257,9 @@ class FreqtradeBot:
|
|||||||
:raise: DependencyException if the available stake amount is too low
|
:raise: DependencyException if the available stake amount is too low
|
||||||
"""
|
"""
|
||||||
stake_amount: float
|
stake_amount: float
|
||||||
|
# Ensure wallets are uptodate.
|
||||||
|
self.wallets.update()
|
||||||
|
|
||||||
if self.edge:
|
if self.edge:
|
||||||
stake_amount = self.edge.stake_amount(
|
stake_amount = self.edge.stake_amount(
|
||||||
pair,
|
pair,
|
||||||
|
Loading…
Reference in New Issue
Block a user