Skip to content

Commit

Permalink
use outpoint instead of txid+vout
Browse files Browse the repository at this point in the history
  • Loading branch information
cylewitruk committed Jan 13, 2025
1 parent fa00743 commit 897386a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions signer/src/api/new_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,7 @@ pub async fn new_block_handler(state: State<ApiState<impl Context>>, body: Strin
/// information on the completed deposit to be sent to Emily.
/// In case of a database error, returns an `Error`
#[tracing::instrument(skip_all, fields(
bitcoin_txid = %event.outpoint.txid,
bitcoin_vout = event.outpoint.vout,
bitcoin_outpoint = %event.outpoint,
stacks_txid = %event.txid
))]
async fn handle_completed_deposit(
Expand Down

0 comments on commit 897386a

Please sign in to comment.