Fix typo.

This commit is contained in:
Josh Rickmar 2014-05-08 09:21:18 -05:00
parent 5555595c7b
commit f5572f7f75

View file

@ -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