update dependencies (#1229)

This commit is contained in:
Antonio Dropulic
2021-11-30 14:43:43 +01:00
committed by Bastian Köcher
parent 26c5a35d7a
commit 7b30098a12
18 changed files with 60 additions and 211 deletions
@@ -401,7 +401,8 @@ impl SwapTokens {
.await?;
if token_swap_state != None {
return Err(anyhow::format_err!(
"Confirmed token swap state has been changed to {:?} unexpectedly"
"Confirmed token swap state has been changed to {:?} unexpectedly",
token_swap_state
))
}
} else {