Allow ASB to be configured with max BTC buy amount

This will make it easier to also configure the CLI to display an appropriate max amount the user has to deal with.
This commit is contained in:
Thomas Eizinger 2021-03-02 16:22:39 +11:00
parent ab4c98678c
commit 2440964385
No known key found for this signature in database
GPG key ID: 651AC83A6C6C8B96
4 changed files with 22 additions and 23 deletions

View file

@ -394,7 +394,7 @@ where
alice_monero_wallet.clone(),
alice_db,
fixed_rate::RateService::default(),
alice_starting_balances.xmr,
bitcoin::Amount::ONE_BTC,
)
.unwrap();