mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-20 07:56:05 -04:00
fix typo
This commit is contained in:
parent
58c1926685
commit
1e5440e1c1
@ -82,8 +82,8 @@ pub async fn cancel(
|
||||
} else if error_code == i64::from(RpcErrorCode::RpcVerifyError) {
|
||||
tracing::info!("General error trying to submit cancel transaction");
|
||||
}
|
||||
let state = BobState::BtcCancelled(state6);
|
||||
let txid = state6.construct_tx_cancel()?.txid();
|
||||
let state = BobState::BtcCancelled(state6);
|
||||
db.insert_latest_state(swap_id, state.clone().into())
|
||||
.await?;
|
||||
Ok((txid, state))
|
||||
|
Loading…
x
Reference in New Issue
Block a user