Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Dec 7, 2024
1 parent ffdf6a2 commit 383933b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions extensions/warp-ipfs/src/shuttle/store/root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,6 @@ impl RootInner {
}

async fn save(&mut self, ipfs: &Ipfs) -> std::io::Result<()> {
//TODO: Reenable ipns
// self.ipfs
// .ipns()
// .publish(None, &IpfsPath::from(cid), Some(IpnsOption::Local))
// .await?;

let cid = ipfs
.put_dag(self.root)
.pin(false)
Expand Down

0 comments on commit 383933b

Please sign in to comment.