mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-16 09:03:54 -05:00
Update swap.rs
This commit is contained in:
parent
59449b0397
commit
b4472a15e8
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ where
|
||||||
};
|
};
|
||||||
|
|
||||||
let tx_key = receipt.tx_keys.get(&lock_address).expect("monero-sys guarantees that the address has a valid tx key or the tx isn't published");
|
let tx_key = receipt.tx_keys.get(&lock_address).expect("monero-sys guarantees that the address has a valid tx key or the tx isn't published");
|
||||||
|
|
||||||
Ok(Some((
|
Ok(Some((
|
||||||
monero_wallet_restore_blockheight,
|
monero_wallet_restore_blockheight,
|
||||||
TransferProof::new(
|
TransferProof::new(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue