Skip to content

Commit

Permalink
docs: Add comment about a Citrea request.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhunsen committed Feb 8, 2025
1 parent ccdf5f0 commit 8a22a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/operator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ impl Operator {
input_utxo: UTXO,
output_txout: TxOut,
) -> Result<Txid, BridgeError> {
// Check Citrea for the withdrawal state.
if let Some(citrea_client) = &self.citrea_client {
// See: https://gist.github.com/okkothejawa/a9379b02a16dada07a2b85cbbd3c1e80
let params = rpc_params![
Expand Down

0 comments on commit 8a22a4b

Please sign in to comment.