From c78a40ab2164bf8049998a2853cd8931d4928d56 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Wed, 9 Jul 2014 20:41:22 -0500 Subject: [PATCH] Add READEME.md for bloom package. --- bloom/example_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bloom/example_test.go b/bloom/example_test.go index 71423f7..f01c142 100644 --- a/bloom/example_test.go +++ b/bloom/example_test.go @@ -13,8 +13,8 @@ import ( "github.com/conformal/btcwire" ) -// This example creates a new bloom filter, adds a transaction hash to it, and -// shows how to check if the filter matches the transaction. +// This example demonstrates how to create a new bloom filter, add a transaction +// hash to it, and check if the filter matches the transaction. func ExampleNewFilter() { rand.Seed(time.Now().UnixNano()) tweak := rand.Uint32()