mirror of
https://github.com/RoboSats/taptrade-core.git
synced 2025-07-22 18:53:17 +00:00
remove dbs from repo
This commit is contained in:
@ -1,4 +0,0 @@
|
||||
segment_size: 524288
|
||||
use_compression: false
|
||||
version: 0.34
|
||||
vQÁ
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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))
|
||||
|
Reference in New Issue
Block a user