mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-24 05:59:42 -04:00
fix(swap): Compile error (context(...))
This commit is contained in:
parent
f98f195525
commit
047fe73bc7
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ pub async fn main() -> Result<()> {
|
|||
let monero_wallet = init_monero_wallet(&config, env_config).await?;
|
||||
let main_wallet = monero_wallet.main_wallet().await;
|
||||
|
||||
let seed = main_wallet.seed().await.context("Failed to get wallet seed")?;
|
||||
let seed = main_wallet.seed().await;
|
||||
let creation_height = main_wallet.creation_height().await;
|
||||
|
||||
println!("Seed : {seed}");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue