| 409 | } |
| 410 | hash := block.Hash() |
| 411 | type BlockTransactions struct { |
| 412 | Hash string |
| 413 | Height uint32 |
| 414 | Transactions []string |
| 415 | } |
| 416 | b := BlockTransactions{ |
| 417 | Hash: hash.ToHexString(), |
| 418 | Height: block.Header.Height, |
nothing calls this directly
no outgoing calls
no test coverage detected