mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-13 10:09:53 -04:00
fix typo
This commit is contained in:
parent
e8ed4250f2
commit
8cf2f1f22b
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ pub async fn cancel(
|
|||
tracing::info!("General error trying to submit cancel transaction");
|
||||
}
|
||||
let state = BobState::BtcCancelled(state6);
|
||||
let txid = state6.construct_tx_cancel().txid();
|
||||
let txid = state6.construct_tx_cancel()?.txid();
|
||||
db.insert_latest_state(swap_id, state.clone().into())
|
||||
.await?;
|
||||
Ok((txid, state))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue