Skip to content

Commit

Permalink
Merge pull request #381 from Lederstrumpf/typos
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
Lederstrumpf authored Dec 15, 2021
2 parents 6288a33 + 82e2ab3 commit 44fdc6f
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/swapd/runtime.rs
Original file line number Diff line number Diff line change
@@ -1830,9 +1830,9 @@ impl Runtime {
{
if self.syncer_state.awaiting_funding {
warn!(
"FundingCompleted never emmited, but not possible to sweep\
monero without passing through funding completed,\
emmiting it now to clean up farcasterd"
"FundingCompleted never emitted, but not possible to sweep\
monero without passing through funding completed:\
emitting it now to clean up farcasterd"
);
self.syncer_state.awaiting_funding = false;
match self.state.swap_role() {

0 comments on commit 44fdc6f

Please sign in to comment.