File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ mod tests {
406406 use tokio:: time:: sleep;
407407 use url:: Url ;
408408
409- const WALLET_INT_URI : & str = "http://127.0.0.1:9090 " ;
409+ const WALLET_INT_URI : & str = "http://127.0.0.1:65535 " ;
410410 const WAIT_SECS : u64 = 100 ;
411411
412412 // This struct implements the [`Payload`] trait and is used to submit
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ impl WalletIntegrationManager {
6969 /// A `WalletIntegrationManager` instance, with access to the state and task handle for the
7070 /// server.
7171 pub fn new < F : Frontend > ( frontend : F , payload : TransactionData ) -> Self {
72- Self :: new_with_address ( frontend, payload, "127.0.0.1:9090 " )
72+ Self :: new_with_address ( frontend, payload, "127.0.0.1:65535 " )
7373 }
7474
7575 /// Same as `new`, but allows specifying the address to bind to.
You can’t perform that action at this time.
0 commit comments