Skip to content

Commit

Permalink
chore: change deprecated calls
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Nov 13, 2023
1 parent 7fbd683 commit 9923e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/warp-ipfs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ impl WarpIpfs {
};

info!("Starting ipfs");
let mut uninitialized = UninitializedIpfs::empty()
let mut uninitialized = UninitializedIpfs::new()
.with_identify(Some({
let mut idconfig = IdentifyConfiguration {
protocol_version: "/satellite/warp/0.1".into(),
Expand Down

0 comments on commit 9923e6e

Please sign in to comment.