Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

bring builder.go into sync with btcutil re: the DefaultP value which … #1

Merged
merged 1 commit into from May 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gcs/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import (
)

const (
// DefaultP is the default collision probability (2^-20)
DefaultP = 20
// DefaultP is the default collision probability (2^-19)
DefaultP = 19

// DefaultM is the default value used for the hash range.
DefaultM uint64 = 784931
Expand Down