Skip to content

Commit

Permalink
fix botched rebase merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Alrighttt committed Nov 26, 2024
1 parent 34bbc8e commit 50e1071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mm2src/coins/siacoin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ impl MarketCoinOps for SiaCoin {
let client = self.client.clone();
let tx_request = GetEventRequest { txid: txid.clone() };

let fut = async move {
loop {
if now_sec() > input.wait_until {
return ERR!(
Expand Down

0 comments on commit 50e1071

Please sign in to comment.