Add comment to DefaultP to fix lint issue with exported constant.

This commit is contained in:
Alex 2017-01-17 18:25:38 -07:00 committed by Olaoluwa Osuntokun
parent 6654eb61e4
commit 119a03a3ca

View file

@ -15,6 +15,7 @@ import (
"github.com/btcsuite/btcutil/gcs"
)
// DefaultP is the default collision probability (2^-20)
const DefaultP = 20
// GCSBuilder is a utility class that makes building GCS filters convenient.