mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-16 09:03:54 -05:00
Remember monero wallet-height for Alice's refund scenario
This commit is contained in:
parent
fa04775188
commit
684cbe4d0b
8 changed files with 186 additions and 65 deletions
|
|
@ -216,7 +216,7 @@ pub trait CreateWalletForOutput {
|
|||
&self,
|
||||
private_spend_key: PrivateKey,
|
||||
private_view_key: PrivateViewKey,
|
||||
restore_height: Option<u32>,
|
||||
restore_height: BlockHeight,
|
||||
) -> Result<()>;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue