Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Feb 21, 2024
1 parent 4fc4e3a commit 88e9c9b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ where
info!(
target: LOG_TARGET,
"Updating output comm:{}: hash {} as unmined(Operation ID: {})",
unmined_output.output.commitment.to_hex(),
unmined_output.output.hash.to_hex(),
unmined_output.commitment.to_hex(),
unmined_output.hash.to_hex(),
self.operation_id
);
self.db
Expand Down

0 comments on commit 88e9c9b

Please sign in to comment.