Skip to content

Commit 5e2e4aa

Browse files
committed
removed old todo
1 parent 1e9dc49 commit 5e2e4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/cfilter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func BuildTaprootOnlyFilter(block *types.Block) (types.Filter, error) {
2222
common.ErrorLogger.Fatalln(err)
2323
return types.Filter{}, err
2424
}
25-
// only append the x-only pubKey. reduces bandwidth
25+
// only append the x-only pubKey. reduces complexity
2626
taprootOutput = append(taprootOutput, scriptAsBytes[2:])
2727
}
2828
}

0 commit comments

Comments
 (0)