mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-09-19 04:14:42 -04:00
Align Alice DB states with swap states
This commit is contained in:
parent
a31db63e54
commit
69e1c2bb27
6 changed files with 68 additions and 24 deletions
|
@ -435,7 +435,7 @@ impl State {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||
#[derive(Clone, Debug, Deserialize, Serialize, PartialEq)]
|
||||
pub struct State0 {
|
||||
pub a: bitcoin::SecretKey,
|
||||
pub s_a: cross_curve_dleq::Scalar,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue