Fix typo.
This commit is contained in:
parent
5555595c7b
commit
f5572f7f75
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
||||||
//
|
//
|
||||||
// // Insert a second transaction at some imaginary block height
|
// // Insert a second transaction at some imaginary block height
|
||||||
// // 321.
|
// // 321.
|
||||||
// b321 := &tx.Height: 321, Time: time.Now()}
|
// b321 := &tx.Block{Height: 321, Time: time.Now()}
|
||||||
// r2, err := s.InsertTx(txB, b321)
|
// r2, err := s.InsertTx(txB, b321)
|
||||||
// if err != nil {
|
// if err != nil {
|
||||||
// // handle error
|
// // handle error
|
||||||
|
|
Loading…
Reference in a new issue