Skip to content

Commit

Permalink
remove inserting again
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrembal committed Sep 5, 2024
1 parent 447231c commit 1b76d8a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/src/operator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ where
.signer
.sign(TapSighash::from_byte_array(kickoff_sig_hash));


self.db
.save_kickoff_utxo(deposit_outpoint, kickoff_utxo.clone())
.await?;
tx.commit().await?;

return Ok((kickoff_utxo, sig));
Expand Down

0 comments on commit 1b76d8a

Please sign in to comment.