mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-27 03:06:24 -05:00
Fix dependency to cross-curve-dleq and ecdsa_fun
This commit is contained in:
parent
50ed74319f
commit
04e1dca16a
3 changed files with 4 additions and 4 deletions
|
|
@ -160,7 +160,7 @@ impl State0 {
|
|||
W: BuildTxLockPsbt,
|
||||
{
|
||||
msg.dleq_proof_s_a.verify(
|
||||
&msg.S_a_bitcoin.clone().into(),
|
||||
msg.S_a_bitcoin.clone().into(),
|
||||
msg.S_a_monero
|
||||
.point
|
||||
.decompress()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue