remove dbs from repo

This commit is contained in:
f321x
2024-06-26 12:48:35 +00:00
parent 57e6a32f09
commit 49550dac66
5 changed files with 1 additions and 5 deletions

View File

@ -1,4 +0,0 @@
segment_size: 524288
use_compression: false
version: 0.34
v

View File

@ -63,7 +63,7 @@ impl TradingWallet {
let trading_wallet = &self.wallet;
let bond = Bond::assemble(&self.wallet, offer_conditions, trader_config)?;
let payout_address: AddressInfo =
trading_wallet.get_address(bdk::wallet::AddressIndex::LastUnused)?;
trading_wallet.get_address(bdk::wallet::AddressIndex::New)?;
let musig_data = MuSigData::create(&trader_config.wallet_xprv, trading_wallet.secp_ctx())?;
Ok((bond, musig_data, payout_address))