You are viewing a single comment's thread from:

RE: One month os $HBD interest payments,; what does it tell us?

in #hbd3 months ago

since it's only 1 block every 3 secs, I don't need to use async for anything.
It complicates things, as different nodes sometimes are on a different head_block.
The call time for range is about the same as for single blocks, so I use the one call for all cases. (range = 0 queries a single block, just without the explicit block num in the reply, which I think is ridiculous)