node
node copied to clipboard
Moving block header posting in a specific routine
Describe the Issue We currently post block headers in the watch inbound routine for the observer client. This is confusing. This logic should be moved into it's own routine.
Eventually we refactor the code to have a routine that will read for new blocks, then pass the block data to inbound and postBlockHeader routines