mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-24 14:15:55 -04:00
Ensure that constant weights do not go out of sync with code.
This commit is contained in:
parent
7fe9087bc2
commit
dc6ab0fa52
11 changed files with 182 additions and 52 deletions
|
@ -45,7 +45,7 @@ pub async fn refund(
|
|||
}
|
||||
};
|
||||
|
||||
state6.refund_btc(bitcoin_wallet.as_ref()).await?;
|
||||
state6.publish_refund_btc(bitcoin_wallet.as_ref()).await?;
|
||||
|
||||
let state = BobState::BtcRefunded(state6);
|
||||
let db_state = state.clone().into();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue