Skip to content

Commit

Permalink
chore(resolver): remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-wright committed Oct 4, 2023
1 parent 81f634c commit a428d08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/resolver/src/resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ impl<C: Collection> ResolverInner<C> {
/// the given blake3 hash from resolving the following pointers.
async fn publish(&self, hash: Blake3Hash, pointers: &[ImmutablePointer]) {
if !pointers.is_empty() {
// todo(dalton): actaully sign this
let node_index = match self.node_index.get() {
Some(node_index) => *node_index,
None => {
Expand Down

0 comments on commit a428d08

Please sign in to comment.