fix(asb): Compilation error introduced in #203 (#222)

This commit is contained in:
binarybaron 2024-12-03 22:18:24 +01:00 committed by GitHub
parent d53c12d64e
commit 2633e8e6bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 6 deletions

View file

@ -253,6 +253,8 @@ async fn start_alice(
XmrBtcNamespace::Testnet,
&[],
None,
false,
1,
)
.unwrap();
swarm.listen_on(listen_address).unwrap();