Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludo Galabru committed Nov 9, 2022
1 parent 5a3a8ee commit 37fc164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/chainhook-event-observer/src/observer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ pub async fn start_observer_commands_handler(
) {
Ok(proof) => {
proofs.insert(
transaction.transaction_identifier,
&transaction.transaction_identifier,
proof,
);
}
Expand Down

0 comments on commit 37fc164

Please sign in to comment.