Skip to content

Commit

Permalink
Bove authenticate transaction complete log message to spawned progress
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed May 6, 2024
1 parent 5bf9506 commit ba147fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bioauth-flow-rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,9 @@ where
}
}
}
});

info!("Bioauth flow - authenticate transaction complete");
info!("Bioauth flow - authenticate transaction complete");
});

Ok(tx_hash)
}
Expand Down

0 comments on commit ba147fa

Please sign in to comment.