You are viewing a single comment's thread from:
RE: Baseline supply information at the beginning of proposal #116 [burnsteem100]
That was a good tip!
if( (head_block_num() % STEEM_FEED_INTERVAL_BLOCKS) != 0 )
return;
and STEEM_FEED_INTERVAL_BLOCKS = STEEM_BLOCKS_PER_HOUR = 60*60/3
This also explains why it takes a little longer for sbd_print_rate to be reset to 0.
Oh, good catch. I have been puzzled about that for a while.