Skip to content

Commit

Permalink
use new method
Browse files Browse the repository at this point in the history
  • Loading branch information
pokkst committed Dec 21, 2023
1 parent 4586a28 commit ee7be41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swap/src/network/swarm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ where
None
};

let identity = seed.derive_libp2p_identity();
let identity = seed.derive_libp2p_identity_asb();

let rendezvous_nodes = rendezvous_addrs
.iter()
Expand Down

0 comments on commit ee7be41

Please sign in to comment.