(proposal *blockProposalMsg)
| 365 | } |
| 366 | |
| 367 | func (self *Server) validateTxsInProposal(proposal *blockProposalMsg) error { |
| 368 | // TODO: add VBFT specific verifications |
| 369 | return nil |
| 370 | } |
| 371 | |
| 372 | func (self *Server) heartbeat() { |
| 373 | // build heartbeat msg |