Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpersaw committed Aug 7, 2024
1 parent a20c8fa commit a0bfbb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/api/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
"github.com/spacemeshos/go-spacemesh/common/types"
"github.com/spacemeshos/go-spacemesh/log"
"github.com/spacemeshos/go-spacemesh/timesync"
"github.com/spacemeshos/post/config"
"github.com/urfave/cli/v2"
"go.uber.org/zap"
"net/http"
Expand Down Expand Up @@ -188,7 +187,7 @@ func main() {
NodeClock: clock,
Testnet: testnetBoolFlag,
LabelsPerUnit: labelsPerUnit,
BitsPerLabel: config.BitsPerLabel,
BitsPerLabel: 128,
}

var wg sync.WaitGroup
Expand Down

0 comments on commit a0bfbb7

Please sign in to comment.