()
| 247 | } |
| 248 | |
| 249 | func (m *BlockHeader) GetTransactionsRoot() *Hash { |
| 250 | if m != nil { |
| 251 | return m.TransactionsRoot |
| 252 | } |
| 253 | return nil |
| 254 | } |
| 255 | |
| 256 | func (m *BlockHeader) GetContractsRoot() *Hash { |
| 257 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected