mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-12 01:29:49 -04:00
Typo
Co-authored-by: Daniel Karzel <daniel.karzel@coblox.tech>
This commit is contained in:
parent
047f990d05
commit
6ffc66867c
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ impl State2 {
|
|||
let tx_punish =
|
||||
bitcoin::TxPunish::new(&tx_cancel, &self.punish_address, self.punish_timelock);
|
||||
bitcoin::verify_sig(&self.B, &tx_punish.digest(), &msg.tx_punish_sig)
|
||||
.context("Failed to verify Punish Transaction")?;
|
||||
.context("Failed to verify punish transaction")?;
|
||||
|
||||
Ok(State3 {
|
||||
a: self.a,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue