Browse Source

Merge #485

485: Remove misleading log r=da-kami a=da-kami

Might have sneaked in during a rebase. This log is just wrong and misleading.

Co-authored-by: Daniel Karzel <daniel@comit.network>
fix/sql-oddness
bors[bot] 3 years ago
committed by GitHub
parent
commit
3214beeec4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      daemon/src/taker_cfd.rs

2
daemon/src/taker_cfd.rs

@ -620,8 +620,6 @@ where
) -> Result<()> {
tracing::info!(%order_id, "Settlement proposal got accepted");
tracing::info!(%order_id, "Roll over complete");
let mut conn = self.db.acquire().await?;
let mut cfd = load_cfd_by_order_id(order_id, &mut conn).await?;

Loading…
Cancel
Save