mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-11-19 09:25:33 +00:00
Typo
Co-authored-by: Daniel Karzel <daniel.karzel@coblox.tech>
This commit is contained in:
parent
047f990d05
commit
6ffc66867c
@ -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…
Reference in New Issue
Block a user