mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-21 16:29:20 -04:00
fix typo
This commit is contained in:
parent
a2f7de24ac
commit
e8ed4250f2
@ -646,7 +646,7 @@ impl State6 {
|
||||
tx_cancel_status,
|
||||
))
|
||||
}
|
||||
pub async fn construct_tx_cancel(&self) -> Result<bitcoin::TxCancel> {
|
||||
pub fn construct_tx_cancel(&self) -> Result<bitcoin::TxCancel> {
|
||||
bitcoin::TxCancel::new(
|
||||
&self.tx_lock,
|
||||
self.cancel_timelock,
|
||||
|
Loading…
x
Reference in New Issue
Block a user