mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-08 06:22:39 -04:00
Pass server_address properly to RpcServer
This commit is contained in:
parent
186b242db5
commit
96cc194b46
2 changed files with 6 additions and 5 deletions
|
@ -136,7 +136,10 @@ where
|
|||
monero,
|
||||
tor,
|
||||
} => {
|
||||
let request = Request::new(rx.subscribe(), Method::StartDaemon, Params::default());
|
||||
let request = Request::new(rx.subscribe(), Method::StartDaemon, Params {
|
||||
server_address,
|
||||
..Default::default()
|
||||
});
|
||||
|
||||
let context = Context::build(
|
||||
Some(bitcoin),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue