Skip to content

Commit ca8b8a2

Browse files
committed
Add TODO
1 parent 9f7bf68 commit ca8b8a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

daemon/src/dns_pins.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ pub async fn manage_dns_pins(config: Arc<Args>) {
1313
dns_pins_interval = 60*3;
1414
}
1515

16+
// TODO: Make use of named pins for DNS pins
1617
// Find old pins and look for the previous DNS pins
1718
let old_pins = match list_pinned(&config.ipfs_rpc).await {
1819
Ok(pins) => pins,

0 commit comments

Comments
 (0)