node icon indicating copy to clipboard operation
node copied to clipboard

Moving block header posting in a specific routine

Open lumtis opened this issue 1 year ago • 0 comments

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

lumtis avatar May 17 '24 13:05 lumtis