From f5572f7f75ebfc7576ca2cd3855bfd3fb50759d9 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Thu, 8 May 2014 09:21:18 -0500 Subject: [PATCH] Fix typo. --- tx/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tx/doc.go b/tx/doc.go index 7b01b55..cda9ef9 100644 --- a/tx/doc.go +++ b/tx/doc.go @@ -83,7 +83,7 @@ // // // Insert a second transaction at some imaginary block height // // 321. -// b321 := &tx.Height: 321, Time: time.Now()} +// b321 := &tx.Block{Height: 321, Time: time.Now()} // r2, err := s.InsertTx(txB, b321) // if err != nil { // // handle error