mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-01 11:06:13 -04:00
Remove misplaced sync wallet call
This commit is contained in:
parent
7a9569ffd4
commit
00e2b257c4
1 changed files with 0 additions and 1 deletions
|
@ -119,7 +119,6 @@ impl BuildTxLockPsbt for Wallet {
|
|||
output_amount: Amount,
|
||||
) -> Result<PartiallySignedTransaction> {
|
||||
tracing::debug!("building tx lock");
|
||||
self.sync_wallet().await?;
|
||||
let (psbt, _details) = self.inner.lock().await.create_tx(
|
||||
bdk::TxBuilder::with_recipients(vec![(
|
||||
output_address.script_pubkey(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue