feat(asb): allow asb to register with mulitple rendezvous nodes

This commit is contained in:
Byron Hambly 2023-08-01 15:42:10 +02:00
parent 137da75953
commit 5e192acac2
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697
10 changed files with 300 additions and 171 deletions

View file

@ -248,7 +248,7 @@ async fn start_alice(
resume_only,
env_config,
XmrBtcNamespace::Testnet,
None,
&[],
)
.unwrap();
swarm.listen_on(listen_address).unwrap();